This commit is contained in:
lwl0608 2024-08-01 14:38:52 +08:00
parent 5f30544f99
commit d4f116de18
1 changed files with 11 additions and 11 deletions

View File

@ -368,7 +368,7 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto
case dbstruct.ProductIdH5ZoneSuperfanship: case dbstruct.ProductIdH5ZoneSuperfanship:
item.Desc = "空间超粉-代运营" item.Desc = "空间超粉-代运营"
case dbstruct.ProductIdContactWechat: case dbstruct.ProductIdContactWechat:
if chDB.GetCt() >= 1721874037 { if chDB.GetCt() >= 1722494201 {
item.Desc = fmt.Sprintf("解锁微信(%v)-代运营", chDB.GetChange()) item.Desc = fmt.Sprintf("解锁微信(%v)-代运营", chDB.GetChange())
} }
} }
@ -383,7 +383,7 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto
case dbstruct.ProductIdH5ZoneSuperfanship: case dbstruct.ProductIdH5ZoneSuperfanship:
item.Desc = "空间超粉-合伙人" item.Desc = "空间超粉-合伙人"
case dbstruct.ProductIdContactWechat: case dbstruct.ProductIdContactWechat:
if chDB.GetCt() >= 1721874037 { if chDB.GetCt() >= 1722494201 {
item.Desc = fmt.Sprintf("解锁微信(%v)-合伙人", chDB.GetChange()) 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()) item.Desc = "代运营空间退款" + getTypeIdDesc(chDB.GetTypeId())
switch chDB.GetTypeId() { switch chDB.GetTypeId() {
case dbstruct.ProductIdH5ZoneAdmission: case dbstruct.ProductIdH5ZoneAdmission:
item.Desc = "代运营(空间成员退款)" item.Desc = "空间成员退款-代运营"
case dbstruct.ProductIdH5ZoneMoment: case dbstruct.ProductIdH5ZoneMoment:
item.Desc = "代运营(空间动态退款)" item.Desc = "空间动态退款-代运营"
case dbstruct.ProductIdH5ZoneSuperfanship: case dbstruct.ProductIdH5ZoneSuperfanship:
item.Desc = "代运营(空间超粉退款)" item.Desc = "空间超粉退款-代运营"
} }
item.Change = fmt.Sprintf("%d钻石", chDB.GetChange()) item.Change = fmt.Sprintf("%d钻石", chDB.GetChange())
if chDB.GetChange() == 0 { if chDB.GetChange() == 0 {
@ -426,11 +426,11 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto
item.Desc = "合伙人空间退款" + getTypeIdDesc(chDB.GetTypeId()) item.Desc = "合伙人空间退款" + getTypeIdDesc(chDB.GetTypeId())
switch chDB.GetTypeId() { switch chDB.GetTypeId() {
case dbstruct.ProductIdH5ZoneAdmission: case dbstruct.ProductIdH5ZoneAdmission:
item.Desc = "合伙人(空间成员退款)" item.Desc = "空间成员退款-合伙人"
case dbstruct.ProductIdH5ZoneMoment: case dbstruct.ProductIdH5ZoneMoment:
item.Desc = "合伙人(空间动态退款)" item.Desc = "空间动态退款-合伙人"
case dbstruct.ProductIdH5ZoneSuperfanship: case dbstruct.ProductIdH5ZoneSuperfanship:
item.Desc = "合伙人(空间超粉退款)" item.Desc = "空间动态退款-合伙人"
} }
item.Change = fmt.Sprintf("%d钻石", chDB.GetChange()) item.Change = fmt.Sprintf("%d钻石", chDB.GetChange())
if chDB.GetChange() == 0 { if chDB.GetChange() == 0 {
@ -440,11 +440,11 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto
item.Desc = "空间退款" + getTypeIdDesc(chDB.GetTypeId()) item.Desc = "空间退款" + getTypeIdDesc(chDB.GetTypeId())
switch chDB.GetTypeId() { switch chDB.GetTypeId() {
case dbstruct.ProductIdH5ZoneAdmission: case dbstruct.ProductIdH5ZoneAdmission:
item.Desc = "空间成员(用户退款)" item.Desc = "用户退款-空间成员"
case dbstruct.ProductIdH5ZoneMoment: case dbstruct.ProductIdH5ZoneMoment:
item.Desc = "空间动态(用户退款)" item.Desc = "用户退款-空间动态"
case dbstruct.ProductIdH5ZoneSuperfanship: case dbstruct.ProductIdH5ZoneSuperfanship:
item.Desc = "空间超粉(用户退款)" item.Desc = "用户退款-空间超粉"
} }
item.Change = fmt.Sprintf("%d钻石", chDB.GetChange()) item.Change = fmt.Sprintf("%d钻石", chDB.GetChange())
if chDB.GetChange() == 0 { if chDB.GetChange() == 0 {