Merge remote-tracking branch 'origin/dev/dev' into dev/dev

This commit is contained in:
shahaibo
2025-06-06 15:25:26 +08:00

View File

@@ -1496,8 +1496,8 @@ public class GenerateServiceImpl extends ServiceImpl<GenerateMapper, Generate> i
requestBody1.set("input", input1);
requestBody1.set("parameters", parameters1);
// String resp = sendRequestUtil.sendAliYunPostAsync(ANIMATE, requestBody1.toString());
String resp = "{\"request_id\":\"656c4339-59e5-9b34-a010-b5aa625a4008\",\"output\":{\"task_id\":\"05c0fe3e-8d93-4754-babe-28a1efc62151\",\"task_status\":\"PENDING\"}}";
String resp = sendRequestUtil.sendAliYunPostAsync(ANIMATE, requestBody1.toString());
// String resp = "{\"request_id\":\"656c4339-59e5-9b34-a010-b5aa625a4008\",\"output\":{\"task_id\":\"05c0fe3e-8d93-4754-babe-28a1efc62151\",\"task_status\":\"PENDING\"}}";
log.info("wx pose transform 请求生成获取taskId:{}", resp);
JSONObject jsonResponse = JSONUtil.parseObj(resp);
JSONObject output = jsonResponse.getJSONObject("output");