添加提货功能切分支

This commit is contained in:
熊丽君
2021-09-18 11:51:05 +08:00
parent 9d64ce4bfa
commit d9a7cf5fb5
15 changed files with 675 additions and 261 deletions

View File

@ -24,3 +24,11 @@ export function addOrder(data) {
data
})
}
// 获取快递单号 body放phone和activityId(活动id)
export function getTrackingInfo(data) {
return request({
url: '/mobile/getTrackingInfo',
method:'post',
data
})
}