|
@@ -70,8 +70,7 @@ public class AfterSalesServiceController {
|
|
|
return R.ok();
|
|
return R.ok();
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- @PreAuthorize("@customerAuth.isCustomer()")
|
|
|
|
|
- @ApiOperation("客户端查看售后单详情")
|
|
|
|
|
|
|
+ @ApiOperation("客户端、商户端查看售后单详情")
|
|
|
@GetMapping("/detail/{id}")
|
|
@GetMapping("/detail/{id}")
|
|
|
public R<AfterSalesServiceDetailVO> getDetailById(@PathVariable("id") Long id) {
|
|
public R<AfterSalesServiceDetailVO> getDetailById(@PathVariable("id") Long id) {
|
|
|
AfterSalesServiceDetailVO vo = this.afterSalesServiceService.getDetailById(id);
|
|
AfterSalesServiceDetailVO vo = this.afterSalesServiceService.getDetailById(id);
|