yshop后台新增了物流快递查询

This commit is contained in:
hupeng
2020-03-15 23:20:22 +08:00
parent c0a3cd69b7
commit e1b8cd894e
3 changed files with 51 additions and 3 deletions

View File

@ -62,3 +62,12 @@ export function get() {
method: 'get'
})
}
export function express(data) {
return request({
url: 'api/yxStoreOrder/express',
method: 'post',
data
})
}