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