| | |
| | | } |
| | | |
| | | |
| | | // @LoginNoRequired |
| | | // @ApiOperation("同步柜格实际钥匙数据") |
| | | // @PostMapping("/syncGridData") |
| | | // public ApiResponse syncGridData(@RequestBody SyncCabinetDTO dto) { |
| | | // jkCabinetGridService.syncGridData(dto); |
| | | // this.saveInterfaceLog(JSONObject.toJSONString(dto), null,"syncGridData","同步柜格实际钥匙数据"); |
| | | // return ApiResponse.success("操作成功"); |
| | | // } |
| | | @LoginNoRequired |
| | | @ApiOperation("同步柜格实际钥匙数据") |
| | | @PostMapping("/syncGridData") |
| | | public ApiResponse syncGridData(@RequestBody SyncCabinetDTO dto) { |
| | | jkCabinetGridService.syncGridData(dto); |
| | | this.saveInterfaceLog(JSONObject.toJSONString(dto), null,"syncGridData","同步柜格实际钥匙数据"); |
| | | return ApiResponse.success("操作成功"); |
| | | } |
| | | |
| | | |
| | | |