TASK:模块化;

This commit is contained in:
shahaibo
2025-04-22 14:20:57 +08:00
parent d1858ddf83
commit b83a416dda

View File

@@ -4358,7 +4358,7 @@ public class PythonService {
content.put("batch_size", 1);
RequestBody body = RequestBody.create(mediaType, JSON.toJSONString(content));
log.info("poseTransformation 请求地址: {}", accessPythonIp + ":" + accessPythonPort + "/api/pose_transform");
log.info("poseTransformation 请求地址: {}", accessPythonIp + ":" + accessPythonPort + "/api/batch_generate_pose_transform_image");
Request request = new Request.Builder()
.url(accessPythonIp + ":" + accessPythonPort + "/api/pose_transform")
.method("POST", body)