|
|
@ -63,7 +63,7 @@ public class AdGroupDocumentsApplyRest { |
|
|
|
} |
|
|
|
@ApiOperation("详情") |
|
|
|
@GetMapping("/details/{sid}") |
|
|
|
ResultBean<AdGroupSystemApplyVo> details(@PathVariable("sid") String sid |
|
|
|
ResultBean<AdGroupDocumentsApplyVo> details(@PathVariable("sid") String sid |
|
|
|
, @RequestParam(value = "application", required = false) String application) { |
|
|
|
return AdGroupDocumentsApplyService.details(sid,application); |
|
|
|
} |
|
|
|