yshop1.7.1,修复后台表单等问题题
This commit is contained in:
@ -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',
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user