| Package | Description |
|---|---|
| top.hmtools.wxmp.webpage.authorize |
| Modifier and Type | Method and Description |
|---|---|
static OAuth2Tools.EScope |
OAuth2Tools.EScope.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OAuth2Tools.EScope[] |
OAuth2Tools.EScope.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
OAuth2Tools.getOAuth2UrlStr(String appid,
String redirect_uri,
OAuth2Tools.EScope scope,
String state)
获取要进行微信oauth2授权的跳转URL(微信服务器)
第一步:用户同意授权,获取code |
Copyright © 2020. All rights reserved.