diff --git a/app/mix/service/vasservice.go b/app/mix/service/vasservice.go index c9042c88..472a9a39 100644 --- a/app/mix/service/vasservice.go +++ b/app/mix/service/vasservice.go @@ -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())