diff --git a/src/main/java/com/ai/da/python/PythonService.java b/src/main/java/com/ai/da/python/PythonService.java index 130f39fc..7e7293bb 100644 --- a/src/main/java/com/ai/da/python/PythonService.java +++ b/src/main/java/com/ai/da/python/PythonService.java @@ -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;