This commit is contained in:
shahaibo
2024-03-27 13:51:33 +08:00
parent 3be72dbe49
commit bdbf5b4648

View File

@@ -365,7 +365,7 @@ public class LibraryServiceImpl extends ServiceImpl<LibraryMapper, Library> impl
log.info("processSketchBoards请求python 参数:####{}", param);
RequestBody body = RequestBody.create(mediaType, param);
Request request = new Request.Builder()
.url(accessPythonIp + ":" + accessPythonPort + "/api/sketches_bounding_box")
.url(accessPythonIp + ":" + accessPythonPort + "/api/design_pre_processing")
.method("POST", body)
// .addHeader("Authorization", "Basic YWlkbGFiOjEyMw==")
.addHeader("Content-Type", "application/json")