order apis

This commit is contained in:
2026-08-26 17:32:54 +08:00
parent eabdc8772e
commit 299191749b
32 changed files with 1321 additions and 251 deletions
@@ -82,9 +82,7 @@ func (l *AddressItemLogic) AddressItem(in *order.AddressItemsRequest) (*order.Re
mobile, aErr := utils.DecryptPhone(v.Mobile)
if aErr == nil {
info[key].AesMobile = v.Mobile
l.Logger.Error(mobile)
info[key].Mobile = utils.DecryptPhoneReplace(mobile)
l.Logger.Error(utils.DecryptPhoneReplace(mobile))
}
}
return l.ok(info)