[用户节点]可以管理用户节点

This commit is contained in:
刘祥超
2020-12-14 21:25:11 +08:00
parent cb993259a7
commit 674de0d0b5
16 changed files with 749 additions and 7 deletions

View File

@@ -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
}