mirror of
https://github.com/TeaOSLab/EdgeAPI.git
synced 2025-11-12 14:50:25 +08:00
[用户节点]可以管理用户节点
This commit is contained in:
@@ -47,7 +47,7 @@ func (this *AdminService) LoginAdmin(ctx context.Context, req *pb.LoginAdminRequ
|
||||
}
|
||||
|
||||
return &pb.LoginAdminResponse{
|
||||
AdminId: int64(adminId),
|
||||
AdminId: adminId,
|
||||
IsOk: true,
|
||||
}, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user