mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-ui.git
synced 2026-08-06 19:07:25 +08:00
feat:优化店铺管理相关功能并进行界面改造
This commit is contained in:
@@ -24,7 +24,7 @@ export const getSellerFlow = (id, params) => {
|
||||
|
||||
// 商家核对结算单
|
||||
export const reconciliation = (id, params) => {
|
||||
return putRequest(`/order/bill/check/${id}/`, params)
|
||||
return putRequest(`/order/bill/check/${id}`, params)
|
||||
}
|
||||
//根据id获取店铺信息
|
||||
export const downloadBill = (id) => {
|
||||
|
||||
Reference in New Issue
Block a user