This commit is contained in:
lwl0608 2024-08-01 14:58:37 +08:00
parent d4f116de18
commit bd240d08f3
1 changed files with 2 additions and 2 deletions

View File

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