Skip to content

Commit

Permalink
1.1.28
Browse files Browse the repository at this point in the history
  • Loading branch information
OceanengineOpenApi committed Nov 11, 2024
1 parent 63893f0 commit bf2c58a
Show file tree
Hide file tree
Showing 8,819 changed files with 35,971 additions and 19,456 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
139 changes: 130 additions & 9 deletions .openapi-generator/FILES

Large diffs are not rendered by default.

7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@

## 概述
巨量引擎开放平台 Marketing API(以下简称API) SDK 提供了Token获取、请求封装、响应解释等功能,以本地化方式轻松完成API的调用和结果的获取,旨在帮助开发者快速搭建投放管理系统。
- API version: 1.1.27
- Build date: 2024-10-24T16:27:44.765493616+08:00[Asia/Shanghai]
- API version: 1.1.28
- Build date: 2024-11-11T17:17:04.881129010+08:00[Asia/Shanghai]

## 使用条件
1. 使用SDK需要首先注册成为巨量引擎开发者,请参考[开发者快速入门文档](https://open.oceanengine.com/labels/7/docs/1696710498372623)
Expand Down Expand Up @@ -410,6 +410,7 @@ Class | Method | HTTP request
*FileVideoUpdateV2Api* | **openApi2FileVideoUpdatePost** | **POST** /open_api/2/file/video/update/
*FileVideoUploadTaskListV2Api* | **openApi2FileVideoUploadTaskListGet** | **GET** /open_api/2/file/video/upload_task/list/
*FundSharedWalletBalanceGetV2Api* | **openApi2FundSharedWalletBalanceGetGet** | **GET** /open_api/2/fund/shared_wallet_balance/get/
*GameAddictionIdGetV30Api* | **openApiV30GameAddictionIdGetGet** | **GET** /open_api/v3.0/game_addiction_id/get/
*KeywordCreateV2V2Api* | **openApi2KeywordCreateV2Post** | **POST** /open_api/2/keyword/create_v2/
*KeywordCreateV30Api* | **openApiV30KeywordCreatePost** | **POST** /open_api/v3.0/keyword/create/
*KeywordDeleteV2V2Api* | **openApi2KeywordDeleteV2Post** | **POST** /open_api/2/keyword/delete_v2/
Expand Down Expand Up @@ -560,7 +561,6 @@ Class | Method | HTTP request
*QianchuanProductAnalyseCompareStatsDataV10Api* | **openApiV10QianchuanProductAnalyseCompareStatsDataGet** | **GET** /open_api/v1.0/qianchuan/product/analyse/compare_stats_data/
*QianchuanProductAnalyseListV10Api* | **openApiV10QianchuanProductAnalyseListGet** | **GET** /open_api/v1.0/qianchuan/product/analyse/list/
*QianchuanProductAvailableGetV10Api* | **openApiV10QianchuanProductAvailableGetGet** | **GET** /open_api/v1.0/qianchuan/product/available/get/
*QianchuanQianchuanReportLtodayLiveRoomDataGetV10Api* | **openApiV10QianchuanQianchuanReportLtodayLiveRoomDataGetGet** | **GET** /open_api/v1.0/qianchuan/qianchuan/report/ltoday_live/room/data/get/
*QianchuanQianchuanReportTodayLiveRoomConfigGetV10Api* | **openApiV10QianchuanQianchuanReportTodayLiveRoomConfigGetGet** | **GET** /open_api/v1.0/qianchuan/qianchuan/report/today_live/room/config/get/
*QianchuanReportAdGetV10Api* | **openApiV10QianchuanReportAdGetGet** | **GET** /open_api/v1.0/qianchuan/report/ad/get/
*QianchuanReportAdMaterialGetV10Api* | **openApiV10QianchuanReportAdMaterialGetGet** | **GET** /open_api/v1.0/qianchuan/report/ad/material/get/
Expand Down Expand Up @@ -610,6 +610,7 @@ Class | Method | HTTP request
*QianchuanUniPromotionAdMaterialGetV10Api* | **openApiV10QianchuanUniPromotionAdMaterialGetGet** | **GET** /open_api/v1.0/qianchuan/uni_promotion/ad/material/get/
*QianchuanUniPromotionAdStatusUpdateV10Api* | **openApiV10QianchuanUniPromotionAdStatusUpdatePost** | **POST** /open_api/v1.0/qianchuan/uni_promotion/ad/status/update/
*QianchuanUniPromotionListV10Api* | **openApiV10QianchuanUniPromotionListGet** | **GET** /open_api/v1.0/qianchuan/uni_promotion/list/
*QianchuanVideoByAwemeGetV10Api* | **openApiV10QianchuanVideoByAwemeGetGet** | **GET** /open_api/v1.0/qianchuan/video/by_aweme/get/
*QianchuanVideoGetV10Api* | **openApiV10QianchuanVideoGetGet** | **GET** /open_api/v1.0/qianchuan/video/get/
*QueryBookingBusinessEntityIdGetV2Api* | **openApi2QueryBookingBusinessEntityIdGetGet** | **GET** /open_api/2/query/booking/business_entity_id/get/
*QueryInvoiceElectronicUrlV2Api* | **openApi2QueryInvoiceElectronicUrlGet** | **GET** /open_api/2/query/invoice_electronic_url/
Expand Down
2 changes: 1 addition & 1 deletion build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apply plugin: 'idea'
apply plugin: 'eclipse'

group = 'org.openapitools'
version = '1.1.27'
version = '1.1.28'

buildscript {
repositories {
Expand Down
2 changes: 1 addition & 1 deletion build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
settings(
organization := "org.openapitools",
name := "oceanengine-mapi-java-client",
version := "1.1.27",
version := "1.1.28",
scalaVersion := "2.11.4",
scalacOptions ++= Seq("-feature"),
javacOptions in compile ++= Seq("-Xlint:deprecation"),
Expand Down
2 changes: 1 addition & 1 deletion pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<artifactId>oceanengine-mapi-java-client</artifactId>
<packaging>jar</packaging>
<name>oceanengine-mapi-java-client</name>
<version>1.1.27</version>
<version>1.1.28</version>
<url>https://github.com/openapitools/openapi-generator</url>
<description>OpenAPI Java</description>
<scm>
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bytedance/ads/ApiCallback.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bytedance/ads/ApiClient.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/bytedance/ads/ApiException.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -21,7 +21,7 @@
* <p>ApiException class.</p>
*/
@SuppressWarnings("serial")
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2024-10-24T16:27:44.765493616+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2024-11-11T17:17:04.881129010+08:00[Asia/Shanghai]")
public class ApiException extends Exception {
private int code = 0;
private Map<String, List<String>> responseHeaders = null;
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bytedance/ads/ApiResponse.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
6 changes: 3 additions & 3 deletions src/main/java/com/bytedance/ads/Configuration.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -13,9 +13,9 @@

package com.bytedance.ads;

@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2024-10-24T16:27:44.765493616+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2024-11-11T17:17:04.881129010+08:00[Asia/Shanghai]")
public class Configuration {
public static final String VERSION = "1.1.27";
public static final String VERSION = "1.1.28";

private static ApiClient defaultApiClient = new ApiClient();

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
13 changes: 6 additions & 7 deletions src/main/java/com/bytedance/ads/JSON.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down Expand Up @@ -1479,6 +1479,9 @@ private static Class getClassByDiscriminator(Map classByDiscriminatorValue, Stri
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.FundSharedWalletBalanceGetV2ResponseData.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.FundSharedWalletBalanceGetV2ResponseDataListInner.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.FundSharedWalletBalanceGetV2ResponseDataListInnerBalanceDetailInner.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.GameAddictionIdGetV30Response.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.GameAddictionIdGetV30ResponseData.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.GameAddictionIdGetV30ResponseDataGameAddictionListInner.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.KeywordCreateV2V2Request.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.KeywordCreateV2V2RequestKeywordsInner.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.KeywordCreateV2V2Response.CustomTypeAdapterFactory());
Expand Down Expand Up @@ -2404,12 +2407,6 @@ private static Class getClassByDiscriminator(Map classByDiscriminatorValue, Stri
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanProductAvailableGetV10ResponseDataPageInfo.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanProductAvailableGetV10ResponseDataProductListInner.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanProductAvailableGetV10ResponseDataProductListInnerImgListInner.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanQianchuanReportLtodayLiveRoomDataGetV10FiltersInner.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanQianchuanReportLtodayLiveRoomDataGetV10OrderByInner.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanQianchuanReportLtodayLiveRoomDataGetV10Response.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanQianchuanReportLtodayLiveRoomDataGetV10ResponseData.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanQianchuanReportLtodayLiveRoomDataGetV10ResponseDataPageInfo.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanQianchuanReportLtodayLiveRoomDataGetV10ResponseDataRowsInner.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanQianchuanReportTodayLiveRoomConfigGetV10Response.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanQianchuanReportTodayLiveRoomConfigGetV10ResponseData.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanQianchuanReportTodayLiveRoomConfigGetV10ResponseDataCustomConfigDatasInner.CustomTypeAdapterFactory());
Expand Down Expand Up @@ -2639,6 +2636,8 @@ private static Class getClassByDiscriminator(Map classByDiscriminatorValue, Stri
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanUniPromotionListV10ResponseDataAdListInnerRoomInfoInner.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanUniPromotionListV10ResponseDataAdListInnerStatsInfo.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanUniPromotionListV10ResponseDataPageInfo.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanVideoByAwemeGetV10Response.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanVideoByAwemeGetV10ResponseData.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanVideoGetV10Filtering.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanVideoGetV10Response.CustomTypeAdapterFactory());
gsonBuilder.registerTypeAdapterFactory(new com.bytedance.ads.model.QianchuanVideoGetV10ResponseData.CustomTypeAdapterFactory());
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/bytedance/ads/Pair.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -13,7 +13,7 @@

package com.bytedance.ads;

@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2024-10-24T16:27:44.765493616+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2024-11-11T17:17:04.881129010+08:00[Asia/Shanghai]")
public class Pair {
private String name = "";
private String value = "";
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bytedance/ads/ProgressRequestBody.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bytedance/ads/ProgressResponseBody.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
4 changes: 2 additions & 2 deletions src/main/java/com/bytedance/ads/StringUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand All @@ -16,7 +16,7 @@
import java.util.Collection;
import java.util.Iterator;

@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2024-10-24T16:27:44.765493616+08:00[Asia/Shanghai]")
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2024-11-11T17:17:04.881129010+08:00[Asia/Shanghai]")
public class StringUtil {
/**
* Check if the given array contains the given value (with case-insensitive comparison).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bytedance/ads/api/AdGetV2Api.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bytedance/ads/api/AdUdUpdateV2Api.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
2 changes: 1 addition & 1 deletion src/main/java/com/bytedance/ads/api/AdUpdateBidV2Api.java
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
* Oceanengine Open Api
* 巨量引擎开放平台 Open Api
*
* The version of the OpenAPI document: 1.1.27
* The version of the OpenAPI document: 1.1.28
*
*
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
Expand Down
Loading

0 comments on commit bf2c58a

Please sign in to comment.