public class DailyCostApiContainer extends ApiContainer
gson| 构造器和说明 |
|---|
DailyCostApiContainer() |
| 限定符和类型 | 方法和说明 |
|---|---|
DailyCostGetResponseData |
dailyCostGet(ReportDateRange dateRange,
Long accountId,
List<FilteringStruct> filtering,
Long page,
Long pageSize,
List<String> fields)
【待废弃,请使用新接口wechat_daily_cost/get】获取微信账户实时消耗
|
handleResponsepublic DailyCostGetResponseData dailyCostGet(ReportDateRange dateRange, Long accountId, List<FilteringStruct> filtering, Long page, Long pageSize, List<String> fields) throws ApiException, TencentAdsResponseException
dateRange - (required)accountId - (optional)filtering - (optional)page - (optional)pageSize - (optional)fields - 返回参数的字段列表 (optional)ApiException - If fail to call the API, e.g. server error or cannot deserialize the
response bodyTencentAdsResponseExceptionCopyright © 2020. All rights reserved.