TASK:mixi;

This commit is contained in:
shahaibo
2025-05-08 22:04:32 +08:00
parent 5fea73356e
commit e74bc47810

View File

@@ -189,7 +189,7 @@ public class PythonService {
content.put("database", dataBaseMap);
RequestBody body = RequestBody.create(mediaType, JSON.toJSONString(content));
Request request = new Request.Builder()
.url(accessPythonIp + ":9993/api/outfit_matcheroutfit_matcher")
.url(accessPythonIp + ":9993/api/outfit_matcher")
.method("POST", body)
.addHeader("Authorization", "Basic YWlkbGFiOjEyMw==")
.addHeader("Content-Type", "application/json")