新增申请云证书接口
This commit is contained in:
@@ -12,6 +12,7 @@ type Api struct {
|
||||
caseManage // 病例管理
|
||||
orderPrescriptionManage // 处方管理
|
||||
inquiryManage // 问诊管理
|
||||
caManage // ca管理
|
||||
}
|
||||
|
||||
// SysSetting 系统设置
|
||||
@@ -65,3 +66,8 @@ type orderPrescriptionManage struct {
|
||||
type inquiryManage struct {
|
||||
InquiryConfig // 问诊配置
|
||||
}
|
||||
|
||||
// ca管理
|
||||
type caManage struct {
|
||||
UserCaCert // 证书
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user