完善订单管理,新增物流查询,删除,取消,支付等

This commit is contained in:
唐明明
2022-01-13 15:00:02 +08:00
parent 1968ae15bb
commit f4229dbe22
11 changed files with 340 additions and 6 deletions

View File

@@ -49,8 +49,7 @@ const sign = id => {
// 物流查询
const logistic = id => {
return request({
url: 'mall/orders/' + id + '/logistic',
method: 'PUT'
url: 'mall/orders/' + id + '/logistic'
})
}