| | |
| | | @ApiImplicitParam(paramType = "header", dataType = "String", name = "token", value = "授权token值", required = true) |
| | | }) |
| | | public ApiResponse roleUserAuthor(@RequestBody UserAuthorRequest param) { |
| | | erpSyncService.roleUserAuthor(param); |
| | | return ApiResponse.success(null); |
| | | } |
| | | |
| | |
| | | @ApiImplicitParam(paramType = "header", dataType = "String", name = "token", value = "授权token值", required = true) |
| | | }) |
| | | public ApiResponse parkCarAuthor(@RequestBody CarAuthorRequest param) { |
| | | erpSyncService.parkCarAuthor(param); |
| | | return ApiResponse.success(null); |
| | | } |
| | | |