zhangchuanxing 1 週間 前
コミット
7f8b7512d7
1 ファイル変更2 行追加1 行削除
  1. 2 1
      services/wechat_send_msg.go

+ 2 - 1
services/wechat_send_msg.go

@@ -1903,7 +1903,8 @@ func SendWxMsgWithRoadshowSellerActivity(keyword1, keyword2, keyword3, keyword4
 	}
 	var wxAppPath string
 	sendInfo := new(SendWxTemplate)
-	sendInfo.WxAppId = utils.AdminWxAppId
+	//sendInfo.WxAppId = utils.AdminWxAppId
+	sendInfo.WxAppId = "wx1392111da5426e9e"
 	sendInfo.Keyword1 = keyword1
 	sendInfo.Keyword2 = keyword2
 	sendInfo.Keyword3 = keyword3