DNS节点可以自动升级

This commit is contained in:
刘祥超
2021-07-22 18:42:57 +08:00
parent 6436e83d9e
commit 961d9b4dbc
15 changed files with 96 additions and 47 deletions

View File

@@ -1080,7 +1080,7 @@ func (this *ServerService) FindEnabledServerDNS(ctx context.Context, req *pb.Fin
// CheckUserServer 检查服务是否属于某个用户
func (this *ServerService) CheckUserServer(ctx context.Context, req *pb.CheckUserServerRequest) (*pb.RPCSuccess, error) {
userId, err := this.ValidateUser(ctx)
userId, err := this.ValidateUserNode(ctx)
if err != nil {
return nil, err
}