Просмотр исходного кода

文章详情提问改为固定人选

xingzai 3 лет назад
Родитель
Сommit
c528d635ec
2 измененных файлов с 3 добавлено и 2 удалено
  1. 2 1
      controllers/article.go
  2. 1 1
      utils/config.go

+ 2 - 1
controllers/article.go

@@ -738,7 +738,8 @@ func (this *ArticleController) AskAdd() {
 	}
 	var mobile string
 	if utils.WxMsgTemplateIdAskMsgMobile == "" {
-		mobile = utils.WxMsgTemplateIdAskMsgMobileAll + "," + companyItem.Mobile
+		//mobile = utils.WxMsgTemplateIdAskMsgMobileAll + "," + companyItem.Mobile
+		mobile = utils.WxMsgTemplateIdAskMsgMobileAll
 	} else {
 		mobile = utils.WxMsgTemplateIdAskMsgMobile
 	}

+ 1 - 1
utils/config.go

@@ -75,7 +75,7 @@ func init() {
 	}
 	OnlineTime = "2021-06-01 00:00:01" //上线时间
 	SummaryArticleId = 1000000         //手动添加的纪要库开始ID
-	WxMsgTemplateIdAskMsgMobileAll = "15557270714,18767183922"
+	WxMsgTemplateIdAskMsgMobileAll = "15557270714,18767183922,18621268829"
 	if RunMode == "release" {
 		WxAppId = "wxcc32b61f96720d2f"
 		WxAppSecret = "06894933fafb24dafead7eaae09c08e0"