TASK:category识别python端端口变更
This commit is contained in:
@@ -2386,7 +2386,7 @@ public class PythonService {
|
|||||||
String jsonString = JSON.toJSONString(contents, SerializerFeature.WriteNullStringAsEmpty);
|
String jsonString = JSON.toJSONString(contents, SerializerFeature.WriteNullStringAsEmpty);
|
||||||
|
|
||||||
// todo 添加限流
|
// todo 添加限流
|
||||||
Response response = this.sendPostToModel(jsonString, "9992/api/category_recognition", "getClothCategory");
|
Response response = this.sendPostToModel(jsonString, "9991/api/category_recognition", "getClothCategory");
|
||||||
// todo 结束限流
|
// todo 结束限流
|
||||||
|
|
||||||
String bodyString;
|
String bodyString;
|
||||||
|
|||||||
Reference in New Issue
Block a user