|
@@ -21,10 +21,11 @@ var (
|
|
|
|
|
|
|
|
|
var (
|
|
|
- WxId string
|
|
|
- WxAppId string
|
|
|
- WxAppSecret string
|
|
|
-
|
|
|
+ WxId string
|
|
|
+ WxAppId string
|
|
|
+ WxAppSecret string
|
|
|
+ WxMfyxAppId string
|
|
|
+ WxMfyxAppSecret string
|
|
|
WxPublicIdXzs string
|
|
|
WxPublicSecretXzs string
|
|
|
|
|
@@ -160,6 +161,9 @@ func init() {
|
|
|
HtgjName = "海通国际"
|
|
|
HtgjPublicMobile = "18767183955"
|
|
|
StrategyPlatform = "https://vmp.hzinsights.com/v2/articles/"
|
|
|
+
|
|
|
+ WxMfyxAppId = "wx5e3240ab90c247ac"
|
|
|
+ WxMfyxAppSecret = "6b1316b46dc9c63429f5c1df6f51b4ac"
|
|
|
if RunMode == "release" {
|
|
|
WxAppId = "wxcc32b61f96720d2f"
|
|
|
WxAppSecret = "06894933fafb24dafead7eaae09c08e0"
|