Skip to content

Commit c64d347

Browse files
author
OceanengineOpenApi
committed
1.1.79
1 parent 77f6db3 commit c64d347

File tree

11,462 files changed

+21909
-21909
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

11,462 files changed

+21909
-21909
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@
22

33
## 概述
44
巨量引擎开放平台 Marketing API(以下简称API) SDK 提供了Token获取、请求封装、响应解释等功能,以本地化方式轻松完成API的调用和结果的获取,旨在帮助开发者快速搭建投放管理系统。
5-
- API version: 1.1.78
6-
- Build date: 2025-12-23T11:52:48.108420764+08:00[Asia/Shanghai]
5+
- API version: 1.1.79
6+
- Build date: 2025-12-23T14:17:43.061643537+08:00[Asia/Shanghai]
77

88
## 使用条件
99
1. 使用SDK需要首先注册成为巨量引擎开发者,请参考[开发者快速入门文档](https://open.oceanengine.com/labels/7/docs/1696710498372623)

build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apply plugin: 'idea'
22
apply plugin: 'eclipse'
33

44
group = 'org.openapitools'
5-
version = '1.1.78'
5+
version = '1.1.79'
66

77
buildscript {
88
repositories {

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ lazy val root = (project in file(".")).
22
settings(
33
organization := "org.openapitools",
44
name := "oceanengine-mapi-java-client",
5-
version := "1.1.78",
5+
version := "1.1.79",
66
scalaVersion := "2.11.4",
77
scalacOptions ++= Seq("-feature"),
88
javacOptions in compile ++= Seq("-Xlint:deprecation"),

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<artifactId>oceanengine-mapi-java-client</artifactId>
66
<packaging>jar</packaging>
77
<name>oceanengine-mapi-java-client</name>
8-
<version>1.1.78</version>
8+
<version>1.1.79</version>
99
<url>https://github.com/openapitools/openapi-generator</url>
1010
<description>OpenAPI Java</description>
1111
<scm>

src/main/java/com/bytedance/ads/ApiCallback.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Oceanengine Open Api
33
* 巨量引擎开放平台 Open Api
44
*
5-
* The version of the OpenAPI document: 1.1.78
5+
* The version of the OpenAPI document: 1.1.79
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/bytedance/ads/ApiClient.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Oceanengine Open Api
33
* 巨量引擎开放平台 Open Api
44
*
5-
* The version of the OpenAPI document: 1.1.78
5+
* The version of the OpenAPI document: 1.1.79
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/bytedance/ads/ApiException.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Oceanengine Open Api
33
* 巨量引擎开放平台 Open Api
44
*
5-
* The version of the OpenAPI document: 1.1.78
5+
* The version of the OpenAPI document: 1.1.79
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -21,7 +21,7 @@
2121
* <p>ApiException class.</p>
2222
*/
2323
@SuppressWarnings("serial")
24-
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2025-12-23T11:52:48.108420764+08:00[Asia/Shanghai]")
24+
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2025-12-23T14:17:43.061643537+08:00[Asia/Shanghai]")
2525
public class ApiException extends Exception {
2626
private int code = 0;
2727
private Map<String, List<String>> responseHeaders = null;

src/main/java/com/bytedance/ads/ApiResponse.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Oceanengine Open Api
33
* 巨量引擎开放平台 Open Api
44
*
5-
* The version of the OpenAPI document: 1.1.78
5+
* The version of the OpenAPI document: 1.1.79
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

src/main/java/com/bytedance/ads/Configuration.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Oceanengine Open Api
33
* 巨量引擎开放平台 Open Api
44
*
5-
* The version of the OpenAPI document: 1.1.78
5+
* The version of the OpenAPI document: 1.1.79
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
@@ -13,9 +13,9 @@
1313

1414
package com.bytedance.ads;
1515

16-
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2025-12-23T11:52:48.108420764+08:00[Asia/Shanghai]")
16+
@javax.annotation.Generated(value = "com.org.bytedance.ad_open_sdk.JavacusGenerator", date = "2025-12-23T14:17:43.061643537+08:00[Asia/Shanghai]")
1717
public class Configuration {
18-
public static final String VERSION = "1.1.78";
18+
public static final String VERSION = "1.1.79";
1919

2020
private static ApiClient defaultApiClient = new ApiClient();
2121

src/main/java/com/bytedance/ads/GzipRequestInterceptor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
* Oceanengine Open Api
33
* 巨量引擎开放平台 Open Api
44
*
5-
* The version of the OpenAPI document: 1.1.78
5+
* The version of the OpenAPI document: 1.1.79
66
*
77
*
88
* NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).

0 commit comments

Comments
 (0)