yshop1.7.1,修复后台表单等问题题

This commit is contained in:
hupeng
2020-01-08 12:16:28 +08:00
parent 1a3a388136
commit 82430ae52a
11 changed files with 640 additions and 425 deletions

View File

@ -31,9 +31,25 @@ 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',
method: 'get'
method: 'get',
})
}