|
|
@ -71,7 +71,7 @@ public class ProjectController { |
|
|
|
log.info("查询开始时间结束:{}", time); |
|
|
|
return JsonResponse.newInstance().ok(time); |
|
|
|
} |
|
|
|
@MustLogin |
|
|
|
// @MustLogin
|
|
|
|
@ApiOperation(value = "图像识别", notes = "whj") |
|
|
|
@RequestMapping(value = "/identifyWords", method = RequestMethod.POST, produces = {"application/json;charset=UTF-8"}) |
|
|
|
public JsonResponse<ProjectVo.PersonMsg> identifyWords(@RequestParam(required = true) Part part) throws IOException { |
|
|
|