public class AuthorizationApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
AuthorizationApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
authorizationWechatBind(String accessToken,
String redirectUri,
Long accountId,
String wechatAccountId,
List<String> fields)
绑定微信公众号(待废弃)
|
handleResponsepublic String authorizationWechatBind(String accessToken, String redirectUri, Long accountId, String wechatAccountId, List<String> fields) throws ApiException, TencentAdsResponseException
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 bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.