public class AuthorizationApi extends Object
| 构造器和说明 |
|---|
AuthorizationApi() |
AuthorizationApi(ApiClient apiClient) |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
authorizationWechatBind(String accessToken,
String redirectUri,
Long accountId,
String wechatAccountId,
List<String> fields)
绑定微信公众号(待废弃)
|
com.squareup.okhttp.Call |
authorizationWechatBindAsync(String accessToken,
String redirectUri,
Long accountId,
String wechatAccountId,
List<String> fields,
ApiCallback<String> callback)
绑定微信公众号(待废弃) (asynchronously)
|
com.squareup.okhttp.Call |
authorizationWechatBindCall(String accessToken,
String redirectUri,
Long accountId,
String wechatAccountId,
List<String> fields,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for authorizationWechatBind
|
ApiResponse<String> |
authorizationWechatBindWithHttpInfo(String accessToken,
String redirectUri,
Long accountId,
String wechatAccountId,
List<String> fields)
绑定微信公众号(待废弃)
|
ApiClient |
getApiClient() |
void |
setApiClient(ApiClient apiClient) |
public AuthorizationApi()
public AuthorizationApi(ApiClient apiClient)
public ApiClient getApiClient()
public void setApiClient(ApiClient apiClient)
public com.squareup.okhttp.Call authorizationWechatBindCall(String accessToken, String redirectUri, Long accountId, String wechatAccountId, List<String> fields, ProgressResponseBody.ProgressListener progressListener, ProgressRequestBody.ProgressRequestListener progressRequestListener) throws ApiException
accessToken - (required)redirectUri - (required)accountId - 需绑定公众号的广告主 id,有操作权限的帐号 id (optional)wechatAccountId - 微信公众号id,用于判断扫描的公众号与请求时的wechat_account_id是否一致 (optional)fields - 返回参数的字段列表 (optional)progressListener - Progress listenerprogressRequestListener - Progress request listenerApiException - If fail to serialize the request body objectpublic String authorizationWechatBind(String accessToken, String redirectUri, Long accountId, String wechatAccountId, List<String> fields) throws ApiException
accessToken - (required)redirectUri - (required)accountId - 需绑定公众号的广告主 id,有操作权限的帐号 id (optional)wechatAccountId - 微信公众号id,用于判断扫描的公众号与请求时的wechat_account_id是否一致 (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic ApiResponse<String> authorizationWechatBindWithHttpInfo(String accessToken, String redirectUri, Long accountId, String wechatAccountId, List<String> fields) throws ApiException
accessToken - (required)redirectUri - (required)accountId - 需绑定公众号的广告主 id,有操作权限的帐号 id (optional)wechatAccountId - 微信公众号id,用于判断扫描的公众号与请求时的wechat_account_id是否一致 (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodypublic com.squareup.okhttp.Call authorizationWechatBindAsync(String accessToken, String redirectUri, Long accountId, String wechatAccountId, List<String> fields, ApiCallback<String> callback) throws ApiException
accessToken - (required)redirectUri - (required)accountId - 需绑定公众号的广告主 id,有操作权限的帐号 id (optional)wechatAccountId - 微信公众号id,用于判断扫描的公众号与请求时的wechat_account_id是否一致 (optional)fields - 返回参数的字段列表 (optional)callback - The callback to be executed when the API call finishesApiException - If fail to process the API call, e.g. serializing the request body objectCopyright © 2020. All rights reserved.