chagne ch

This commit is contained in:
lwl0608 2024-08-01 16:08:23 +08:00
parent 855f39cfa8
commit 739b1c6a6d
1 changed files with 2 additions and 2 deletions

View File

@ -373,7 +373,7 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto
}
case dbstruct.ProductIdSuperfanGiftContactWechat:
if chDB.GetCt() >= 1722497400 {
item.Desc = fmt.Sprintf("超粉解锁微信(%v)-代运营", chDB.GetUid())
item.Desc = fmt.Sprintf("超粉微信(%v)-代运营", chDB.GetUid())
}
}
item.Change = changeMark + fmt.Sprintf("%d钻石", chDB.GetChange())
@ -392,7 +392,7 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto
}
case dbstruct.ProductIdSuperfanGiftContactWechat:
if chDB.GetCt() >= 1722497400 {
item.Desc = fmt.Sprintf("超粉解锁微信(%v)-合伙人", chDB.GetUid())
item.Desc = fmt.Sprintf("超粉微信(%v)-合伙人", chDB.GetUid())
}
}
item.Change = changeMark + fmt.Sprintf("%d钻石", chDB.GetChange())