修改
This commit is contained in:
parent
c78fa30e3a
commit
8cbb6155e5
8
api/logistics/index.js
Normal file
8
api/logistics/index.js
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
import request from "../request.js"
|
||||||
|
// 物流查询接口
|
||||||
|
export function queryLogistics(orderNo,expressNo){
|
||||||
|
return request({
|
||||||
|
url: `/nurseApp/logistics/queryLogisticsInfo?orderNo=${orderNo}&expressNo=${expressNo}`,
|
||||||
|
method: 'GET'
|
||||||
|
})
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue
Block a user