更新
This commit is contained in:
@@ -328,7 +328,12 @@ export function prescriptionOrderWithdraw(params: { id: number }) {
|
||||
}
|
||||
|
||||
/** 业务订单物流轨迹(快递100 + 顺丰/京东官网链接) */
|
||||
export function prescriptionOrderLogisticsTrace(params: { id: number; express_company?: string }) {
|
||||
export function prescriptionOrderLogisticsTrace(params: {
|
||||
id: number
|
||||
express_company?: string
|
||||
/** 顺丰等:收件电话(建议完整 11 位,与面单一致;至少后 4 位) */
|
||||
phone_tail?: string
|
||||
}) {
|
||||
return request.get({ url: '/tcm.prescriptionOrder/logisticsTrace', params })
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user