|  |  |  | 
|---|
|  |  |  | return ApiResponse.success("操作成功"); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | /******************************************************司机任务接口************************************************************************/ | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiOperation("任务签到") | 
|---|
|  |  |  | 
|---|
|  |  |  | return ApiResponse.success(platformJobService.getDetail(jobDetailDTO)); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | @ApiOperation("查询排队情况") | 
|---|
|  |  |  | @PostMapping("/jobDetail") | 
|---|
|  |  |  | @PostMapping("/lineUpDetail") | 
|---|
|  |  |  | public ApiResponse<LineUpVO>  lineUpDetail (@RequestBody LineUpDetailDTO lineUpDetailDTO, @RequestHeader(Constants.HEADER_USER_TOKEN) String token){ | 
|---|
|  |  |  | return ApiResponse.success(platformJobService.lineUpDetail(lineUpDetailDTO)); | 
|---|
|  |  |  | } | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  |  | 
|---|
|  |  |  | } | 
|---|