yshop1.6.4后台新增修改订单价格与备注优化订单详情显示明细,修复积分记录标题不显示的问题

This commit is contained in:
hupeng
2019-12-31 15:19:43 +08:00
parent 48fa7adea6
commit 24753759f4
5 changed files with 571 additions and 17 deletions

View File

@ -31,6 +31,22 @@ export function refund(data) {
})
}
export function editOrder(data) {
return request({
url: 'api/yxStoreOrder/edit',
method: 'post',
data
})
}
export function remark(data) {
return request({
url: 'api/yxStoreOrder/remark',
method: 'post',
data
})
}
export function get() {
return request({
url: 'api/yxExpress',