chagne ch
This commit is contained in:
parent
855f39cfa8
commit
739b1c6a6d
|
@ -373,7 +373,7 @@ func (s *Service) chListIncome(ctx *gin.Context, chList []*dbstruct.ConsumeHisto
|
||||||
}
|
}
|
||||||
case dbstruct.ProductIdSuperfanGiftContactWechat:
|
case dbstruct.ProductIdSuperfanGiftContactWechat:
|
||||||
if chDB.GetCt() >= 1722497400 {
|
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())
|
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:
|
case dbstruct.ProductIdSuperfanGiftContactWechat:
|
||||||
if chDB.GetCt() >= 1722497400 {
|
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())
|
item.Change = changeMark + fmt.Sprintf("%d钻石", chDB.GetChange())
|
||||||
|
|
Loading…
Reference in New Issue