Commit 3dcec110 authored by jiaxu.yan's avatar jiaxu.yan

feat: 提交接口新增

parent 90c9e279
......@@ -254,3 +254,27 @@ export function getCaseByScenario(data) {
data
})
}
/**
* 创建项目
* @param {} data
* @returns
*/
export function createProject(data) {
return request({
url: '/task/createProject',
method: 'post',
data
})
}
/**
* 根据场景获取用例
* @param {} data
* @returns
*/
export function getUseCaseListByScenario(data) {
return request({
url: '/system/testCase/getUseCaseListByScenario',
method: 'post',
data
})
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment