字典更新
This commit is contained in:
+15
-1
@@ -32,4 +32,18 @@ export function applyCA(id){//申请证书
|
||||
method: 'post',
|
||||
data
|
||||
})
|
||||
}
|
||||
}
|
||||
export function getCA(){//获取云证书数据
|
||||
return request({
|
||||
url:'/admin/ca/cert/hospital',
|
||||
method: 'get'
|
||||
})
|
||||
}
|
||||
export function updateHospitalCA(){//更新证书
|
||||
return request({
|
||||
url:'/admin/ca/cert/hospital/renew',
|
||||
method: 'put',
|
||||
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user