diff --git a/models/asset.go b/models/asset.go index a10cc6a..c5eaf6c 100644 --- a/models/asset.go +++ b/models/asset.go @@ -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)),