From 8b1a63c49713cf906c5913bc81978ee1df91b227 Mon Sep 17 00:00:00 2001 From: lrh <1585126058@qq.com> Date: Wed, 14 Jun 2023 17:10:50 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A4=E6=96=AD=E7=94=A8=E6=88=B7=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E8=A7=86=E9=A2=91=E6=97=B6=E9=95=BF=E6=98=AF=E5=90=A6?= =?UTF-8?q?=E8=B6=B3=E5=A4=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- suimangService/src/main/java/com/iformall/sm/AiVideoHelper.java | 1 + 1 file changed, 1 insertion(+) diff --git a/suimangService/src/main/java/com/iformall/sm/AiVideoHelper.java b/suimangService/src/main/java/com/iformall/sm/AiVideoHelper.java index 65dfa20..1c21f9b 100644 --- a/suimangService/src/main/java/com/iformall/sm/AiVideoHelper.java +++ b/suimangService/src/main/java/com/iformall/sm/AiVideoHelper.java @@ -178,6 +178,7 @@ public class AiVideoHelper { result.setMsg("TTS音色预览失败,请稍后重试"); return result; } + //TODO 从json里面获取音频时长且返回 JSONObject jsonObject = JSON.parseObject(response); JSONObject status = jsonObject.getJSONObject("status"); JSONObject data = jsonObject.getJSONObject("data");