|
|
@@ -58,7 +58,7 @@ public interface WxMpService { |
|
|
|
/** |
|
|
|
* oauth2授权的url连接 |
|
|
|
*/ |
|
|
|
String CONNECT_OAUTH2_AUTHORIZE_URL = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=%s&redirect_uri=%s&response_type=code&scope=%s&state=%s#wechat_redirect"; |
|
|
|
String CONNECT_OAUTH2_AUTHORIZE_URL = "https://open.weixin.qq.com/connect/oauth2/authorize?appid=%s&redirect_uri=%s&response_type=code&scope=%s&state=%s&connect_redirect=1#wechat_redirect"; |
|
|
|
|
|
|
|
/** |
|
|
|
* 获取公众号的自动回复规则 |
|
|
|