|
@@ -111,7 +111,7 @@ func (t *VipGift) InformInfo() {
|
|
|
chatIdInt := gconv.Int64(encrypt.SE.Decode4HexByCheck(giftId))
|
|
|
data := util.Mysql.FindOne("vip_gift_records", map[string]interface{}{
|
|
|
"id": chatIdInt,
|
|
|
- }, "giftUserPhone,createTime,recipientUserPhone,duration,nickname,vipStartTime,vipEndTime,areacount,itype", "")
|
|
|
+ }, "giftUserPhone,createTime,recipientUserPhone,recipientUserId,duration,nickname,vipStartTime,vipEndTime,areacount,itype", "")
|
|
|
if data != nil && len(*data) > 0 {
|
|
|
giftUserPhone := gconv.String((*data)["giftUserPhone"])
|
|
|
(*data)["giftUserPhone"] = string(giftUserPhone[0:3]) + "****" + string(giftUserPhone[len(giftUserPhone)-4:])
|