x
This commit is contained in:
parent
879cf85a29
commit
6211d13ecc
@ -169,7 +169,7 @@ func (ck *JdCookie) Query() string {
|
||||
return ""
|
||||
}
|
||||
msgs = append(msgs, []string{
|
||||
fmt.Sprintf("所有红包:%.2f%s元", asset.RedPacket.Total, e(asset.RedPacket.ToExpire)),
|
||||
fmt.Sprintf("所有红包:%.2f%s元🧧", asset.RedPacket.Total, e(asset.RedPacket.ToExpire)),
|
||||
fmt.Sprintf("京喜红包:%.2f%s元", asset.RedPacket.Jx, e(asset.RedPacket.ToExpireJx)),
|
||||
fmt.Sprintf("极速红包:%.2f%s元", asset.RedPacket.Js, e(asset.RedPacket.ToExpireJs)),
|
||||
fmt.Sprintf("健康红包:%.2f%s元", asset.RedPacket.Jk, e(asset.RedPacket.ToExpireJk)),
|
||||
|
||||
Loading…
Reference in New Issue
Block a user