TASK:模块化;

This commit is contained in:
shahaibo
2025-04-22 15:26:55 +08:00
parent b83a416dda
commit aca21b9d98
3 changed files with 12 additions and 4 deletions

View File

@@ -4360,7 +4360,7 @@ public class PythonService {
log.info("poseTransformation 请求地址: {}", accessPythonIp + ":" + accessPythonPort + "/api/batch_generate_pose_transform_image");
Request request = new Request.Builder()
.url(accessPythonIp + ":" + accessPythonPort + "/api/pose_transform")
.url(accessPythonIp + ":" + accessPythonPort + "/api/batch_generate_pose_transform_image")
.method("POST", body)
.addHeader("Content-Type", "application/json")
.build();