mirror of
https://gitee.com/fit2cloud-feizhiyun/MeterSphere.git
synced 2024-12-03 12:39:12 +08:00
fix(接口测试): 优化测试用例导入jmx的路径
优化测试用例导入jmx的路径
This commit is contained in:
parent
e4be8748a3
commit
0d617a8c97
@ -261,7 +261,7 @@ public class ApiTestCaseController {
|
||||
* @param request
|
||||
* @return
|
||||
*/
|
||||
@PostMapping("/export/test/case/jmx")
|
||||
@PostMapping("/export/jmx")
|
||||
public List<JmxInfoDTO> getScenarioCaseByIds(@RequestBody ApiCaseExportJmxRequest request) {
|
||||
return apiTestCaseService.exportJmx(request.getCaseIds(), request.getEnvId());
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user