diff --git a/app/mix/service/vasservice.go b/app/mix/service/vasservice.go index 43ba7fc9..c9042c88 100644 --- a/app/mix/service/vasservice.go +++ b/app/mix/service/vasservice.go @@ -368,9 +368,13 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto case dbstruct.ProductIdH5ZoneSuperfanship: item.Desc = "空间超粉-代运营" case dbstruct.ProductIdContactWechat: - if chDB.GetCt() >= 1722494201 { + if chDB.GetCt() >= 1722497400 { item.Desc = fmt.Sprintf("解锁微信(%v)-代运营", chDB.GetUid()) } + case dbstruct.ProductIdSuperfanGiftContactWechat: + if chDB.GetCt() >= 1722497400 { + item.Desc = fmt.Sprintf("超粉解锁微信(%v)-代运营", chDB.GetUid()) + } } item.Change = changeMark + fmt.Sprintf("%d钻石", chDB.GetChange()) case dbstruct.CHSTypeIncomeCollaborator: @@ -383,9 +387,13 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto case dbstruct.ProductIdH5ZoneSuperfanship: item.Desc = "空间超粉-合伙人" case dbstruct.ProductIdContactWechat: - if chDB.GetCt() >= 1722494201 { + if chDB.GetCt() >= 1722497400 { item.Desc = fmt.Sprintf("解锁微信(%v)-合伙人", chDB.GetUid()) } + case dbstruct.ProductIdSuperfanGiftContactWechat: + if chDB.GetCt() >= 1722497400 { + item.Desc = fmt.Sprintf("超粉解锁微信(%v)-合伙人", chDB.GetUid()) + } } item.Change = changeMark + fmt.Sprintf("%d钻石", chDB.GetChange()) case dbstruct.CHSTypeIncomeZoneStreamer: