This commit is contained in:
zoujiandong
2023-09-14 15:50:49 +08:00
parent 3f2f3db9b0
commit 4ba4d20229
4 changed files with 540 additions and 314 deletions
+6
View File
@@ -53,3 +53,9 @@ export function reportPrePscription(id){//上报处方
method: 'post'
})
}
export function lookAddress(id){//解密收货人地址
return request({
url:`/decrypt/order/product/consignee/${id}`,
method: 'get'
})
}