|
@@ -57,4 +57,6 @@ wechat:
|
|
|
getuserinfo: https://qyapi.weixin.qq.com/cgi-bin/user/getuserinfo?access_token=%s&code=%s
|
|
getuserinfo: https://qyapi.weixin.qq.com/cgi-bin/user/getuserinfo?access_token=%s&code=%s
|
|
|
corpid: ${WECHAT_CORPID:}
|
|
corpid: ${WECHAT_CORPID:}
|
|
|
corpsecret: ${WECHAT_CORPSECRET:}
|
|
corpsecret: ${WECHAT_CORPSECRET:}
|
|
|
-
|
|
|
|
|
|
|
+user:
|
|
|
|
|
+ captcha:
|
|
|
|
|
+ enabled: ${USER_CAPTCHA_ENABLED:false}
|