mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-06 01:50:25 +08:00
[系统用户]增加OTP动态密码二次认证
This commit is contained in:
@@ -436,6 +436,14 @@ func (this *ServerService) UpdateServerNamesAuditing(ctx context.Context, req *p
|
||||
}
|
||||
}
|
||||
|
||||
// 通知服务更新
|
||||
go func() {
|
||||
err := this.notifyServerDNSChanged(req.ServerId)
|
||||
if err != nil {
|
||||
logs.Println("[DNS]notify server changed: " + err.Error())
|
||||
}
|
||||
}()
|
||||
|
||||
return this.Success()
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user