public class AccessToken extends Object implements RetryUtils.ResultCheck, Serializable
| 构造器和说明 |
|---|
AccessToken(String json)
根据微信端返回的JSON实例化令牌对象
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAccess_token() |
Integer |
getErrcode() |
String |
getErrmsg() |
Long |
getExpiredTime() |
Integer |
getExpires_in() |
String |
getJson() |
String |
getOpenid() |
String |
getRefresh_token() |
String |
getScope() |
String |
getUnionid() |
boolean |
matching() |
public AccessToken(String json)
jsonStr - public boolean matching()
matching 在接口中 RetryUtils.ResultCheckpublic String getJson()
getJson 在接口中 RetryUtils.ResultCheckpublic String getAccess_token()
public Integer getExpires_in()
public String getRefresh_token()
public String getOpenid()
public String getScope()
public String getUnionid()
public Integer getErrcode()
public String getErrmsg()
public Long getExpiredTime()
Copyright © 2023. All rights reserved.