|
|
|
@@ -59,10 +59,10 @@ public class ActiveLearnInsController extends BaseController { |
|
|
|
return genericsSuccess(this.activeLearnInsService.getDetailById(id)); |
|
|
|
} |
|
|
|
|
|
|
|
@PostMapping("/getExpMetrics") |
|
|
|
@GetMapping("/getExpMetrics") |
|
|
|
@ApiOperation("获取当前实验的指标对比地址") |
|
|
|
@ApiResponse |
|
|
|
public GenericsAjaxResult<String> getExpMetrics(@RequestBody String experimentInsId) throws Exception { |
|
|
|
public GenericsAjaxResult<String> getExpMetrics(@RequestParam String experimentInsId) throws Exception { |
|
|
|
return genericsSuccess(activeLearnInsService.getExpMetrics(experimentInsId)); |
|
|
|
} |
|
|
|
} |