测试组/Test_platform/Interface_automation/frontend/src/restful/api.js
@@ -141,6 +141,12 @@ .then(res => res.data); }; export const getGroupList = () => { return axios .get("/api/lunarlink/project/groups") .then(res => res.data); }; export const addYAPI = projectId => { return axios .post("/api/lunarlink/yapi/" + projectId)