From cd4e1f1b11e3eeaba148c46a68a8e3cc6200239f Mon Sep 17 00:00:00 2001 From: zhaojiaqi286 Date: Mon, 1 Sep 2025 14:07:56 +0800 Subject: [PATCH] feat: support off_peak param (#46) Co-authored-by: jinhaiyang --- .../java/ai/z/openapi/service/videos/VideoCreateParams.java | 6 ++++++ pom.xml | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/core/src/main/java/ai/z/openapi/service/videos/VideoCreateParams.java b/core/src/main/java/ai/z/openapi/service/videos/VideoCreateParams.java index 165a9d6..269c16f 100644 --- a/core/src/main/java/ai/z/openapi/service/videos/VideoCreateParams.java +++ b/core/src/main/java/ai/z/openapi/service/videos/VideoCreateParams.java @@ -120,4 +120,10 @@ public class VideoCreateParams implements ClientRequest { @JsonProperty("watermark_enabled") private Boolean watermarkEnabled; + /** + * Is it necessary to perform off peak execution + */ + @JsonProperty("off_peak") + private Boolean offPeak; + } \ No newline at end of file diff --git a/pom.xml b/pom.xml index fb88297..72c5a40 100644 --- a/pom.xml +++ b/pom.xml @@ -45,7 +45,7 @@ - 0.0.4 + 0.0.4.1 8 UTF-8 UTF-8