diff --git a/app/mix/service/vasservice.go b/app/mix/service/vasservice.go index 823d48e9..7bde2f71 100644 --- a/app/mix/service/vasservice.go +++ b/app/mix/service/vasservice.go @@ -368,7 +368,7 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto case dbstruct.ProductIdH5ZoneSuperfanship: item.Desc = "空间超粉-代运营" case dbstruct.ProductIdContactWechat: - if chDB.GetCt() >= 1721874037 { + if chDB.GetCt() >= 1722494201 { item.Desc = fmt.Sprintf("解锁微信(%v)-代运营", chDB.GetChange()) } } @@ -383,7 +383,7 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto case dbstruct.ProductIdH5ZoneSuperfanship: item.Desc = "空间超粉-合伙人" case dbstruct.ProductIdContactWechat: - if chDB.GetCt() >= 1721874037 { + if chDB.GetCt() >= 1722494201 { item.Desc = fmt.Sprintf("解锁微信(%v)-合伙人", chDB.GetChange()) } } @@ -412,11 +412,11 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto item.Desc = "代运营空间退款" + getTypeIdDesc(chDB.GetTypeId()) switch chDB.GetTypeId() { case dbstruct.ProductIdH5ZoneAdmission: - item.Desc = "代运营(空间成员退款)" + item.Desc = "空间成员退款-代运营" case dbstruct.ProductIdH5ZoneMoment: - item.Desc = "代运营(空间动态退款)" + item.Desc = "空间动态退款-代运营" case dbstruct.ProductIdH5ZoneSuperfanship: - item.Desc = "代运营(空间超粉退款)" + item.Desc = "空间超粉退款-代运营" } item.Change = fmt.Sprintf("%d钻石", chDB.GetChange()) if chDB.GetChange() == 0 { @@ -426,11 +426,11 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto item.Desc = "合伙人空间退款" + getTypeIdDesc(chDB.GetTypeId()) switch chDB.GetTypeId() { case dbstruct.ProductIdH5ZoneAdmission: - item.Desc = "合伙人(空间成员退款)" + item.Desc = "空间成员退款-合伙人" case dbstruct.ProductIdH5ZoneMoment: - item.Desc = "合伙人(空间动态退款)" + item.Desc = "空间动态退款-合伙人" case dbstruct.ProductIdH5ZoneSuperfanship: - item.Desc = "合伙人(空间超粉退款)" + item.Desc = "空间动态退款-合伙人" } item.Change = fmt.Sprintf("%d钻石", chDB.GetChange()) if chDB.GetChange() == 0 { @@ -440,11 +440,11 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto item.Desc = "空间退款" + getTypeIdDesc(chDB.GetTypeId()) switch chDB.GetTypeId() { case dbstruct.ProductIdH5ZoneAdmission: - item.Desc = "空间成员(用户退款)" + item.Desc = "用户退款-空间成员" case dbstruct.ProductIdH5ZoneMoment: - item.Desc = "空间动态(用户退款)" + item.Desc = "用户退款-空间动态" case dbstruct.ProductIdH5ZoneSuperfanship: - item.Desc = "空间超粉(用户退款)" + item.Desc = "用户退款-空间超粉" } item.Change = fmt.Sprintf("%d钻石", chDB.GetChange()) if chDB.GetChange() == 0 {