|
|
|
@@ -62,7 +62,7 @@ public class ActiveLearnInsController extends BaseController { |
|
|
|
@GetMapping("/getExpMetrics") |
|
|
|
@ApiOperation("获取当前实验的指标对比地址") |
|
|
|
@ApiResponse |
|
|
|
public GenericsAjaxResult<String> getExpMetrics(@RequestParam String experimentInsId) throws Exception { |
|
|
|
public GenericsAjaxResult<String> getExpMetrics(@RequestParam(value = "experiment_ins_id") String experimentInsId) throws Exception { |
|
|
|
return genericsSuccess(activeLearnInsService.getExpMetrics(experimentInsId)); |
|
|
|
} |
|
|
|
} |