Commit 3b9c98ca authored by 周成波's avatar 周成波

v20240202

No related merge requests found
......@@ -68,11 +68,11 @@ export default {
});
},
submitGenVideo(gen_video_param: Wm.GenVideoItem[]): Promise<string> {
submitGenVideo(gen_video_param: any): Promise<string> {
if (!gen_video_param) {
return Promise.reject("输入不能为空");
}
const post_data = { task: gen_video_param }
const post_data = gen_video_param
return request.post('/text2video/gen_video', post_data)
.then((res: any) => {
// console.log(res);
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment