类 ApiUtil
java.lang.Object
cn.lnkdoc.sdk.uia.instance.jban.util.ApiUtil
- 从以下版本开始:
- 1.0.0.RELEASE
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明static StringgetAppAccessToken(JbanProperty property, okhttp3.OkHttpClient client) getterstatic StringgetTeamAccessToken(JbanProperty property, okhttp3.OkHttpClient client) getter
-
构造器详细资料
-
ApiUtil
public ApiUtil()
-
-
方法详细资料
-
getTeamAccessToken
getter- 参数:
property- propertyclient- client- 返回:
- team_access_token
-
getAppAccessToken
getter- 参数:
property- propertyclient- client- 返回:
- app_access_token
-