This commit is contained in:
邹宗楠
2022-10-13 10:02:49 +08:00
parent 1133dd5acc
commit 0751c0396e
2 changed files with 8 additions and 7 deletions

View File

@@ -193,9 +193,6 @@ func (p *PurchaseHandler) getOrder(vendorOrgCode, vendorOrderID, vendorStoreID s
}
// 用户保密信息脱敏
// ConsigneeName: result.MaskPostReceiver,
// ConsigneeMobile: result.MaskPostTel,
// ConsigneeAddress: result.MaskPostAddr.Detail,
name, tel, address, _ := api.OrderUserInfoDecrypt(vendorOrderID, result.EncryptPostReceiver, result.EncryptPostTel, result.PostAddr.EncryptDetail)
order.ConsigneeName = name
order.ConsigneeMobile = tel