fix(接口测试): 接口自动化批量执行选择环境组提示异常
--bug=1017951 --user=李玉号 【接口测试】接口自动化批量执行选择环境组提示异常 https://www.tapd.cn/55049933/s/1260498
This commit is contained in:
parent
cf38377d2b
commit
02e4f5e707
|
@ -115,7 +115,7 @@ public class TestEnvironmentController {
|
|||
}
|
||||
|
||||
|
||||
@GetMapping("/map/{groupId}")
|
||||
@GetMapping("/group/map/{groupId}")
|
||||
public Map<String, String> getEnvMap(@PathVariable String groupId) {
|
||||
return baseEnvGroupProjectService.getEnvMap(groupId);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue