TASK: 裁剪白底字段添加;

This commit is contained in:
shahaibo
2023-11-28 15:57:32 +08:00
parent 1747eb3a59
commit 4b1bf8585d
8 changed files with 91 additions and 25 deletions

View File

@@ -1785,6 +1785,7 @@ public class PythonService {
content.put("userid", userId);
content.put("colony", modelSex);
MediaType mediaType = MediaType.parse("application/json");
System.out.println(JSON.toJSONString(content));
RequestBody body = RequestBody.create(mediaType, JSON.toJSONString(content));
Request request = new Request.Builder()
.url("http://18.167.251.121:9991/api/attribute_retrieve")