0229测试bug
This commit is contained in:
@@ -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
|
||||
})
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user