Commit ee1df3ce6c315c3d5e027d09e5f56cb1b7f07fe0
1 parent
2d7ead7300
Exists in
master
and in
6 other branches
人脸识别
Showing 1 changed file with 1 additions and 1 deletions
platform-operate-api/src/main/java/com/lyms/platform/operate/web/controller/MeasureInfoController.java
View file @
ee1df3c
... | ... | @@ -178,7 +178,7 @@ |
178 | 178 | * @param request |
179 | 179 | * @return |
180 | 180 | */ |
181 | - @RequestMapping(method = RequestMethod.GET, value = "/getFacePairMatching") | |
181 | + @RequestMapping(method = RequestMethod.POST, value = "/getFacePairMatching") | |
182 | 182 | @ResponseBody |
183 | 183 | public BaseObjectResponse getFacePairMatching(@RequestBody NutritionInfoRequest nutritionInfoRequest, |
184 | 184 | HttpServletRequest request |