提交修改反射部分

This commit is contained in:
1
2025-08-28 14:38:13 +00:00
parent 7481182371
commit 921a121e11
9 changed files with 94 additions and 90 deletions

View File

@@ -62,7 +62,7 @@ func (c *BaseSysUserController) GetSession(ctx context.Context, req *SessionReq)
res.Session = retsid
if !blazing_service.NewPlayerService().IsReg(t1.ID) {
if !blazing_service.NewUserService(uint32(t1.ID)).IsReg() {
res.UserID = int(t1.ID)
}