diff --git a/user.go b/user.go index 7d26f60..ff31576 100644 --- a/user.go +++ b/user.go @@ -20,4 +20,4 @@ type User interface { } // 用户 -type GetUser func(uuid, platform string) (User, bool) +type GetUser func(uuid, platform string) (User, error)