1
All checks were successful
ci/woodpecker/push/my-first-workflow Pipeline was successful

This commit is contained in:
昔念
2026-02-08 04:17:25 +08:00
parent 659ca8692a
commit 192c26871d
2 changed files with 3 additions and 8 deletions

View File

@@ -117,11 +117,6 @@ func (c *BaseSysUserController) Regrobot(ctx context.Context, req *RegReq) (res
}
ser := playerservice.NewUserService(uint32(t1.ID))
kickErr := ser.Info.Kick(uint32(t1.ID))
if kickErr != nil {
fmt.Println("踢人失败", kickErr)
}
logininfo := ser.Info.Reg(cool.Filter.Replace(strings.Trim(req.Nickname, "\x00"), '*'), req.Color)
if logininfo != nil {