|
@@ -1436,7 +1436,7 @@ func NewContext() { |
|
|
WechatApiHost = sec.Key("HOST").MustString("https://api.weixin.qq.com") |
|
|
WechatApiHost = sec.Key("HOST").MustString("https://api.weixin.qq.com") |
|
|
WechatApiTimeoutSeconds = sec.Key("TIMEOUT_SECONDS").MustInt(3) |
|
|
WechatApiTimeoutSeconds = sec.Key("TIMEOUT_SECONDS").MustInt(3) |
|
|
WechatAppId = sec.Key("APP_ID").MustString("wxba77b915a305a57d") |
|
|
WechatAppId = sec.Key("APP_ID").MustString("wxba77b915a305a57d") |
|
|
WechatAppSecret = sec.Key("APP_SECRET").MustString("e48e13f315adc32749ddc7057585f198") |
|
|
|
|
|
|
|
|
WechatAppSecret = sec.Key("APP_SECRET").MustString("") |
|
|
WechatQRCodeExpireSeconds = sec.Key("QR_CODE_EXPIRE_SECONDS").MustInt(120) |
|
|
WechatQRCodeExpireSeconds = sec.Key("QR_CODE_EXPIRE_SECONDS").MustInt(120) |
|
|
WechatAuthSwitch = sec.Key("AUTH_SWITCH").MustBool(true) |
|
|
WechatAuthSwitch = sec.Key("AUTH_SWITCH").MustBool(true) |
|
|
UserNameOfWechatReply = sec.Key("AUTO_REPLY_USER_NAME").MustString("OpenIOSSG") |
|
|
UserNameOfWechatReply = sec.Key("AUTO_REPLY_USER_NAME").MustString("OpenIOSSG") |
|
|