This commit is contained in:
Your Name
2026-04-30 17:36:47 +08:00
parent 4c21ee5938
commit 7e557b1ea2
33 changed files with 8718 additions and 94 deletions
+6 -1
View File
@@ -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 })
}