刷新机制

This commit is contained in:
1
2025-08-28 15:20:05 +00:00
parent 921a121e11
commit e550502e36
3 changed files with 48 additions and 18 deletions

View File

@@ -8,8 +8,8 @@ import (
type UserService struct {
userid uint32
task *cool.Service
reg *cool.Service
task *cool.Service //任务
reg *cool.Service //注册
}
func NewUserService(id uint32) *UserService {