BUGFIX:系统模特高宽默认1050 500;
This commit is contained in:
@@ -1206,7 +1206,7 @@ public class PythonService {
|
||||
RequestBody body = RequestBody.create(mediaType, JSON.toJSONString(content));
|
||||
Request request = new Request.Builder()
|
||||
// .url(accessPythonIp+":11112/aifda/api/v1.0/attribute_retrieval")
|
||||
.url(accessPythonIp+":11112/aifda/api/v1.0/attribute_retrieval")
|
||||
.url(accessPythonIp+":9991/aifda/api/v1.0/attribute_retrieval")
|
||||
.method("POST", body)
|
||||
.addHeader("Authorization", "Basic YWlkbGFiOjEyMw==")
|
||||
.addHeader("Content-Type", "application/json")
|
||||
|
||||
Reference in New Issue
Block a user