v2-dev-order
xiaojunnuo 2025-07-14 23:29:35 +08:00
parent 9fd95e6a1e
commit 32a7ea1c16
2 changed files with 2 additions and 2 deletions

View File

@ -109,7 +109,7 @@ export const Constants = {
}, },
openCertApplying: { openCertApplying: {
code: 20013, code: 20013,
message: '证书正在申请中,请稍后重新获取(需要事先在“域名管理”页面配置好校验方式)', message: '证书正在申请中,请稍后重新获取',
}, },
openDomainNoVerifier:{ openDomainNoVerifier:{
code: 20014, code: 20014,

View File

@ -896,7 +896,7 @@ export class PipelineService extends BaseService<PipelineEntity> {
props:{ props:{
cron: randomCron, cron: randomCron,
}, },
type: "cron" type: "timer"
} }
], ],
notifications: [ notifications: [