From da5051d1f7d60ac421aefc459b393ec7726fcae1 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Wed, 18 Aug 2021 23:07:45 +0800 Subject: [PATCH] x --- models/asset.go | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/models/asset.go b/models/asset.go index b9eae48..adc74c2 100644 --- a/models/asset.go +++ b/models/asset.go @@ -702,7 +702,9 @@ func tytCoupon(cookie string, state chan string) { } else { rt = fmt.Sprintf("%d张5元优惠券", num) if toexp > 0 { - rt += fmt.Sprintf("(今天将过期%d张)", toexp) + rt += fmt.Sprintf("(今天将过期%d张)⏰", toexp) + } else { + rt += "🎰" } } }