初步完成用户电子邮箱绑定(激活)

This commit is contained in:
GoEdgeLab
2022-12-08 20:25:46 +08:00
parent 275d7f1622
commit b402bed15c
23 changed files with 302 additions and 161 deletions

View File

@@ -45,7 +45,7 @@ func (this *SSLCertExpireCheckExecutor) Start() {
// Loop 单次执行
func (this *SSLCertExpireCheckExecutor) Loop() error {
// 检查是否为主节点
if !models.SharedAPINodeDAO.CheckAPINodeIsPrimaryWithoutErr() {
if !this.IsPrimaryNode() {
return nil
}