| 程序包 | 说明 |
|---|---|
| com.tencent.ads.container |
| 限定符和类型 | 类和说明 |
|---|---|
class |
AsyncReportFilesApiContainer |
class |
AsyncTaskFilesApiContainer |
class |
AuthorizationApiContainer |
class |
OauthApiContainer |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
AsyncReportFilesApiContainer.asyncReportFilesGet(Long accountId,
Long taskId,
Long fileId,
List<String> fields)
获取文件接口
|
String |
AsyncTaskFilesApiContainer.asyncTaskFilesGet(Long accountId,
Long taskId,
Long fileId,
List<String> fields)
获取文件接口
|
String |
AuthorizationApiContainer.authorizationWechatBind(String accessToken,
String redirectUri,
Long accountId,
String wechatAccountId,
List<String> fields)
绑定微信公众号(待废弃)
|
String |
OauthApiContainer.oauthAuthorize(Long clientId,
String redirectUri,
String state,
String scope,
String accountType,
Long accountDisplayNumber,
List<String> fields)
获取Authorization Code
|
OauthTokenResponseData |
OauthApiContainer.oauthToken(Long clientId,
String clientSecret,
String grantType,
String authorizationCode,
String refreshToken,
String redirectUri)
通过Authorization Code获取Access Token或刷新Access Token
|
Copyright © 2020. All rights reserved.