0229测试bug

This commit is contained in:
hanchaobo
2024-02-19 17:32:03 +08:00
parent 0014e80ca7
commit 5727d97fd3
6 changed files with 131 additions and 37 deletions
+16
View File
@@ -199,4 +199,20 @@ export function getInfoByIdCard(query) {
params: query
})
}
// 签名
export function msCaseSignUrlApplyPC(data) {
return request({
url: '/mssignSeal/msCaseSignUrlApplyPC',
method: 'post',
data: data
})
}
// 签名
export function getUserInfo(query) {
return request({
url: '/caseApplication/getUserInfo',
method: 'get',
params: query
})
}