| | |
| | | import cn.hutool.json.JSONUtil; |
| | | import com.baomidou.mybatisplus.core.conditions.query.QueryWrapper; |
| | | import com.google.gson.Gson; |
| | | import io.swagger.annotations.Api; |
| | | import io.swagger.annotations.ApiOperation; |
| | | import org.springframework.beans.factory.annotation.Autowired; |
| | | import org.springframework.web.bind.annotation.RequestMapping; |
| | | import org.springframework.web.bind.annotation.RequestMethod; |
| | |
| | | import java.util.List; |
| | | //人脸比对检测车厢异常开启 |
| | | @RestController |
| | | @Api(tags = "人脸比对检测车厢异常开启") |
| | | @RequestMapping("/hk") |
| | | public class FaceImgController { |
| | | |
| | |
| | | @Autowired |
| | | private IEventLogService iEventLogService; |
| | | |
| | | |
| | | @ApiOperation(value = "人脸对比图片") |
| | | @RequestMapping(value = "/faceImg", method = RequestMethod.POST) |
| | | public void saveOrUpdate(HttpServletRequest request) throws IOException, ServletException { |
| | | OssSetting os = new Gson().fromJson(settingService.get(SettingConstant.LOCAL_OSS).getValue(), OssSetting.class); |