order apis
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user