mirror of https://github.com/certd/certd
chore:
parent
9fd95e6a1e
commit
32a7ea1c16
|
@ -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: [
|
||||
|
|
Loading…
Reference in New Issue