更改医生详情

This commit is contained in:
zoujiandong
2023-10-27 15:43:51 +08:00
parent dc09f9b497
commit 2e2e622bc8
4 changed files with 48 additions and 17 deletions
+3 -2
View File
@@ -26,9 +26,10 @@ export function applyCA(id){//申请证书
})
}
export function applySign(id){//申请签章
export function applySign(data){//申请签章
return request({
url:'/admin/ca/cert/user/'+id,
url:'/admin/ca/sign',
method: 'post',
data
})
}