|
@@ -290,6 +290,29 @@ public class KLingServiceImpl implements KLingService {
|
|
return response.bodyToMono(KLResponse.class).map(e -> KLingUtil.mapErrorResponse(e));
|
|
return response.bodyToMono(KLResponse.class).map(e -> KLingUtil.mapErrorResponse(e));
|
|
}
|
|
}
|
|
});
|
|
});
|
|
|
|
+ /*
|
|
|
|
+ {
|
|
|
|
+ "code": 0,
|
|
|
|
+ "message": "SUCCEED",
|
|
|
|
+ "request_id": "a2fc31fe-169a-4da7-a2af-95a7016d4ff0",
|
|
|
|
+ "data": {
|
|
|
|
+ "task_id": "760160433335980080",
|
|
|
|
+ "task_status": "succeed",
|
|
|
|
+ "task_info": {},
|
|
|
|
+ "task_result": {
|
|
|
|
+ "videos": [
|
|
|
|
+ {
|
|
|
|
+ "id": "760160433428238374",
|
|
|
|
+ "url": "https://v2-kling.kechuangai.com/bs2/upload-ylab-stunt/special-effect/output/KLingMuse_e6b349c2-40cc-40e5-a091-456ab6223e2e/8193360782519293624/output.mp4?x-kcdn-pid=112452",
|
|
|
|
+ "duration": "5.1"
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ "task_status_msg": "",
|
|
|
|
+ "created_at": 1749264889187,
|
|
|
|
+ "updated_at": 1749265118666
|
|
|
|
+ }
|
|
|
|
+ */
|
|
}
|
|
}
|
|
|
|
|
|
}
|
|
}
|