|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||
| 使用 OauthScope 的软件包 | |
|---|---|
| com.github.sd4324530.fastweixin.api | |
| com.github.sd4324530.fastweixin.api.enums | |
| com.github.sd4324530.fastweixin.company.api | |
| com.github.sd4324530.fastweixin.api 中 OauthScope 的使用 |
|---|
| 参数类型为 OauthScope 的 com.github.sd4324530.fastweixin.api 中的方法 | |
|---|---|
String |
OauthAPI.getOauthPageUrl(String redirectUrl,
OauthScope scope,
String state)
生成回调url,这个结果要求用户在微信中打开,即可获得token,并指向redirectUrl |
| com.github.sd4324530.fastweixin.api.enums 中 OauthScope 的使用 |
|---|
| 返回 OauthScope 的 com.github.sd4324530.fastweixin.api.enums 中的方法 | |
|---|---|
static OauthScope |
OauthScope.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static OauthScope[] |
OauthScope.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
| com.github.sd4324530.fastweixin.company.api 中 OauthScope 的使用 |
|---|
| 参数类型为 OauthScope 的 com.github.sd4324530.fastweixin.company.api 中的方法 | |
|---|---|
String |
QYOauthAPI.getOauthPageUrl(String redirectUrl,
OauthScope scope,
String state)
生成回调url,这个结果要求用户在微信中打开,即可获得token,并指向redirectUrl |
|
||||||||||
| 上一个 下一个 | 框架 无框架 | |||||||||