fix(接口测试): 接口用例集合报告查看详情报错没权限
--bug=1045144 --user=陈建星 接口用例集合报告查看详情报错没权限 https://www.tapd.cn/55049933/s/1562763
This commit is contained in:
parent
cec60cbe71
commit
2a48763c41
|
@ -41,7 +41,6 @@ public class ApiScenarioReportController {
|
|||
private ApiCheckPermissionService apiCheckPermissionService;
|
||||
|
||||
@GetMapping("/get/{reportId}")
|
||||
@CheckOwner(resourceId = "#reportId", resourceType = "api_scenario_report")
|
||||
public ApiScenarioReportResult get(@PathVariable String reportId) {
|
||||
return apiReportService.get(reportId, false);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue