类 com.github.sd4324530.fastweixin.api.enums.OauthScope
的使用

使用 OauthScope 的软件包
com.github.sd4324530.fastweixin.api   
com.github.sd4324530.fastweixin.api.enums   
com.github.sd4324530.fastweixin.company.api   
 

com.github.sd4324530.fastweixin.apiOauthScope 的使用
 

参数类型为 OauthScopecom.github.sd4324530.fastweixin.api 中的方法
 String OauthAPI.getOauthPageUrl(String redirectUrl, OauthScope scope, String state)
          生成回调url,这个结果要求用户在微信中打开,即可获得token,并指向redirectUrl
 

com.github.sd4324530.fastweixin.api.enumsOauthScope 的使用
 

返回 OauthScopecom.github.sd4324530.fastweixin.api.enums 中的方法
static OauthScope OauthScope.valueOf(String name)
          返回带有指定名称的该类型的枚举常量。
static OauthScope[] OauthScope.values()
          按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。
 

com.github.sd4324530.fastweixin.company.apiOauthScope 的使用
 

参数类型为 OauthScopecom.github.sd4324530.fastweixin.company.api 中的方法
 String QYOauthAPI.getOauthPageUrl(String redirectUrl, OauthScope scope, String state)
          生成回调url,这个结果要求用户在微信中打开,即可获得token,并指向redirectUrl
 



Copyright © 2017. All rights reserved.