mirror of
https://github.com/certd/certd.git
synced 2026-04-14 12:30:54 +08:00
chore:
This commit is contained in:
@@ -109,7 +109,7 @@ export const Constants = {
|
||||
},
|
||||
openCertApplying: {
|
||||
code: 20013,
|
||||
message: '证书正在申请中,请稍后重新获取(需要事先在“域名管理”页面配置好校验方式)',
|
||||
message: '证书正在申请中,请稍后重新获取',
|
||||
},
|
||||
openDomainNoVerifier:{
|
||||
code: 20014,
|
||||
|
||||
@@ -896,7 +896,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
|
||||
props:{
|
||||
cron: randomCron,
|
||||
},
|
||||
type: "cron"
|
||||
type: "timer"
|
||||
}
|
||||
],
|
||||
notifications: [
|
||||
|
||||
Reference in New Issue
Block a user