yshop后台新增了物流快递查询
This commit is contained in:
@ -62,3 +62,12 @@ export function get() {
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
|
||||
export function express(data) {
|
||||
return request({
|
||||
url: 'api/yxStoreOrder/express',
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user