mirror of
https://gitee.com/binary/weixin-java-tools.git
synced 2025-09-20 02:29:44 +08:00
issue #200
This commit is contained in:
@@ -408,7 +408,7 @@ public interface WxCpService {
|
||||
* </pre>
|
||||
* @param redirectUri
|
||||
* @param state
|
||||
* @return code
|
||||
* @return url
|
||||
*/
|
||||
String oauth2buildAuthorizationUrl(String redirectUri, String state);
|
||||
|
||||
|
@@ -526,7 +526,7 @@ public interface WxMpService {
|
||||
* </pre>
|
||||
* @param scope
|
||||
* @param state
|
||||
* @return code
|
||||
* @return url
|
||||
*/
|
||||
public String oauth2buildAuthorizationUrl(String scope, String state);
|
||||
|
||||
@@ -539,7 +539,7 @@ public interface WxMpService {
|
||||
* 用户授权完成后的重定向链接,无需urlencode, 方法内会进行encode
|
||||
* @param scope
|
||||
* @param state
|
||||
* @return code
|
||||
* @return url
|
||||
*/
|
||||
public String oauth2buildAuthorizationUrl(String redirectURI, String scope, String state);
|
||||
/**
|
||||
|
Reference in New Issue
Block a user