TASK:category识别python端端口变更

This commit is contained in:
2023-12-14 14:05:02 +08:00
parent 26a61a44a2
commit fef71ead79

View File

@@ -2386,7 +2386,7 @@ public class PythonService {
String jsonString = JSON.toJSONString(contents, SerializerFeature.WriteNullStringAsEmpty);
// todo 添加限流
Response response = this.sendPostToModel(jsonString, "9992/api/category_recognition", "getClothCategory");
Response response = this.sendPostToModel(jsonString, "9991/api/category_recognition", "getClothCategory");
// todo 结束限流
String bodyString;