| | |
| | | * |
| | | * @param fileName |
| | | * @param timeStr |
| | | * 抓拍的年月日时分秒 yyyyMMddHHmmss |
| | | * 抓拍的年月日时分秒 yyyyMMdd |
| | | * @param response |
| | | * @return |
| | | * @throws IOException |
| | | */ |
| | | @RequestMapping(value = "/view-snap-depot", method = RequestMethod.GET, produces = { "application/vnd.ms-excel;charset=UTF-8" }) |
| | | @RequestMapping(value = "/get-snap-depot", method = RequestMethod.GET, produces = { "application/vnd.ms-excel;charset=UTF-8" }) |
| | | public String getDepotSnap(String fileName, String timeStr, |
| | | HttpServletResponse response) throws IOException { |
| | | |