抓取内容联调接口

This commit is contained in:
gyj
2023-12-09 15:17:09 +08:00
parent 0379af6c13
commit 41713465ec
2 changed files with 31 additions and 7 deletions
+8
View File
@@ -33,6 +33,14 @@ export function editCaseApply(data) {
data: data
})
}
// 抓取内容修改
export function editCaseApplicationDefineval(data) {
return request({
url: '/caseApplication/editCaseApplicationDefineval',
method: 'post',
data: data
})
}
// 删除案件信息
export function removeCaseApply(data) {
return request({