|
@@ -21,10 +21,11 @@ var (
|
|
|
|
|
|
// 微信配置信息
|
|
// 微信配置信息
|
|
var (
|
|
var (
|
|
- WxId string //微信原始ID
|
|
|
|
- WxAppId string //查研观向小程序
|
|
|
|
- WxAppSecret string //查研观向小程序
|
|
|
|
-
|
|
|
|
|
|
+ WxId string //微信原始ID
|
|
|
|
+ WxAppId string //查研观向小程序
|
|
|
|
+ WxAppSecret string //查研观向小程序
|
|
|
|
+ WxMfyxAppId string //买方研选小程序APPID
|
|
|
|
+ WxMfyxAppSecret string //买方研选小程序 秘钥
|
|
WxPublicIdXzs string //查研观向小助手公众号
|
|
WxPublicIdXzs string //查研观向小助手公众号
|
|
WxPublicSecretXzs string //查研观向小助手公众号
|
|
WxPublicSecretXzs string //查研观向小助手公众号
|
|
|
|
|
|
@@ -160,6 +161,9 @@ func init() {
|
|
HtgjName = "海通国际"
|
|
HtgjName = "海通国际"
|
|
HtgjPublicMobile = "18767183955"
|
|
HtgjPublicMobile = "18767183955"
|
|
StrategyPlatform = "https://vmp.hzinsights.com/v2/articles/"
|
|
StrategyPlatform = "https://vmp.hzinsights.com/v2/articles/"
|
|
|
|
+ // 买方研选
|
|
|
|
+ WxMfyxAppId = "wx5e3240ab90c247ac"
|
|
|
|
+ WxMfyxAppSecret = "6b1316b46dc9c63429f5c1df6f51b4ac"
|
|
if RunMode == "release" {
|
|
if RunMode == "release" {
|
|
WxAppId = "wxcc32b61f96720d2f"
|
|
WxAppId = "wxcc32b61f96720d2f"
|
|
WxAppSecret = "06894933fafb24dafead7eaae09c08e0"
|
|
WxAppSecret = "06894933fafb24dafead7eaae09c08e0"
|