From a7ca80e61c5ba5d937d0990d78b450174204dda9 Mon Sep 17 00:00:00 2001 From: monomania Date: Thu, 16 Jan 2020 07:07:03 +0800 Subject: [PATCH] 1.xx --- foot-core/module/wechat/service/SuggestTodayService.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/foot-core/module/wechat/service/SuggestTodayService.go b/foot-core/module/wechat/service/SuggestTodayService.go index 77fb036..c76c22b 100644 --- a/foot-core/module/wechat/service/SuggestTodayService.go +++ b/foot-core/module/wechat/service/SuggestTodayService.go @@ -273,7 +273,7 @@ func (this *SuggestTodayService) ModifyTodayTbs(wcClient *core.Client) { tempList := this.SuggestService.QueryTbs(param) //更新推送 first := material.Article{} - first.Title = fmt.Sprintf("待选场次") + first.Title = fmt.Sprintf("待选场次-E1,E2,Q1") first.Digest = fmt.Sprintf("%d场赛事", len(tempList)) first.ThumbMediaId = today_tbs_thumbMediaId first.ContentSourceURL = contentSourceURL -- GitLab