refactor(service/user): 将用户服务注册相关功能从reg.go迁移至info.go

This commit is contained in:
1
2025-09-25 14:08:35 +00:00
parent d9d47b8d21
commit d28661e752

View File

@@ -58,8 +58,8 @@ func (s *UserService) Person(userid uint32) *model.PlayerInfo {
if err != nil { if err != nil {
panic(err) panic(err)
} }
ret := tt.Data
return tt.Data return ret
} }
func (s *UserService) Save(data *model.PlayerInfo) { func (s *UserService) Save(data *model.PlayerInfo) {