案件邮箱录入,裁决书邮箱自动获取

This commit is contained in:
Your Name
2023-11-16 20:07:42 +08:00
parent 909a0f8479
commit bc04975cf5
6 changed files with 78 additions and 15 deletions
+9 -1
View File
@@ -122,4 +122,12 @@ export function regenerationDocument(data) {
method: 'post',
data: data
})
}
}
// 根据案件id
export function emailByCaseId(data) {
return request({
url: '/adjudication/emailByCaseId',
method: 'get',
params: data
})
}