TASK:模块化;
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user