mirror of
https://github.com/certd/certd.git
synced 2026-04-23 19:57:27 +08:00
perf: OpenAPI支持autoApply参数
This commit is contained in:
@@ -107,5 +107,13 @@ export const Constants = {
|
||||
code: 20012,
|
||||
message: '证书还未生成',
|
||||
},
|
||||
openCertApplying: {
|
||||
code: 20013,
|
||||
message: '证书正在申请中,请稍后重新获取(需要事先在“域名管理”页面配置好校验方式)',
|
||||
},
|
||||
openEmailNotFound: {
|
||||
code: 20021,
|
||||
message: '用户邮箱还未配置',
|
||||
},
|
||||
},
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user