| | |
| | | @PostMapping(value = "/admin/listDataIntime") |
| | | SmokeResultResponseDto<DataIntimeResponseDto> listDataIntime(@RequestBody DataIntimeParamDto paramDto, |
| | | @RequestHeader("Auth") String token); |
| | | |
| | | @PostMapping(value = "/admin/listLocale") |
| | | SmokeResultResponseDto<DetectorDailyResponseDto> listLocale(@RequestBody LocaleParamDto paramDto, |
| | | @RequestHeader("Auth") String token); |
| | | |
| | | @PostMapping(value = "/admin/queryCustomer") |
| | | SmokeResultResponseDto<DetectorDailyResponseDto> queryCustomer(@RequestBody CustomerParamDto paramDto, |
| | | @RequestHeader("Auth") String token); |
| | | |
| | | // |
| | | // @PostMapping(value = "/admin/listLocale") |
| | | // SmokeResultResponseDto<DetectorDailyResponseDto> listLocale(@RequestBody LocaleParamDto paramDto, |
| | | // @RequestHeader("Auth") String token); |
| | | // |
| | | // @PostMapping(value = "/admin/queryCustomer") |
| | | // SmokeResultResponseDto<DetectorDailyResponseDto> queryCustomer(@RequestBody CustomerParamDto paramDto, |
| | | // @RequestHeader("Auth") String token); |
| | | // |
| | | |
| | | |
| | | @PostMapping(value = "/admin/listAlarmRecord") |