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