@@ -5,6 +5,17 @@ import io.swagger.annotations.ApiModel; | |||||
import io.swagger.annotations.ApiModelProperty; | import io.swagger.annotations.ApiModelProperty; | ||||
import lombok.Data; | import lombok.Data; | ||||
/** | |||||
* 参数示例: | |||||
* { | |||||
* "paperwork": "文案", | |||||
* "voiceId": "zh-CN-XiaomengNeural", | |||||
* "voiceStyle": "default" | |||||
* } | |||||
* | |||||
* @author xmzhao71 | |||||
* @date 2023-10-23 | |||||
*/ | |||||
@ApiModel(value = "预览视频请求参数") | @ApiModel(value = "预览视频请求参数") | ||||
@Data | @Data | ||||
public class PreviewVideoDTO { | public class PreviewVideoDTO { | ||||
@@ -190,11 +190,11 @@ logging: | |||||
suimang: | suimang: | ||||
oral_broadcasting: http://111.198.0.15:22266 | oral_broadcasting: http://111.198.0.15:22266 | ||||
photo_speak: http://111.198.0.15:22299 | |||||
photo_speak_hy: http://111.198.0.15:22288 | |||||
digital_avatar: http://111.198.0.15:22200 | |||||
digital_avatar_hy: http://nas.pucao.cn:2003 | |||||
callbackUrl: https://test.metavatar.cc/C | callbackUrl: https://test.metavatar.cc/C | ||||
photo_speak: xxx | |||||
photo_speak_hy: xxx | |||||
digital_avatar: xxx | |||||
digital_avatar_hy: xxx | |||||
sdk: | sdk: | ||||
sm: | sm: | ||||
base-url: https://mtest.metavatar.cc/public | base-url: https://mtest.metavatar.cc/public |
@@ -145,12 +145,11 @@ logging: | |||||
suimang: | suimang: | ||||
oral_broadcasting: http://111.198.0.15:22266 | oral_broadcasting: http://111.198.0.15:22266 | ||||
photo_speak: http://111.198.0.15:22299 | |||||
photo_speak_hy: http://111.198.0.15:22288 | |||||
digital_avatar: http://111.198.0.15:22200 | |||||
digital_avatar_hy: http://nas.pucao.cn:2003 | |||||
callbackUrl: https://metavatar.cc/C | callbackUrl: https://metavatar.cc/C | ||||
photo_speak: xxx | |||||
photo_speak_hy: xxx | |||||
digital_avatar: xxx | |||||
digital_avatar_hy: xxx | |||||
sdk: | sdk: | ||||
sm: | sm: | ||||
base-url: https://neuver.metavatar.cc/public | base-url: https://neuver.metavatar.cc/public |