소스 검색

no message

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