diff --git a/app/data/service/UserTokenService.php b/app/data/service/UserTokenService.php index 1982a5ebd..d4b9697ea 100644 --- a/app/data/service/UserTokenService.php +++ b/app/data/service/UserTokenService.php @@ -75,6 +75,7 @@ class UserTokenService extends Service * @param int $uuid 授权用户 * @param string $type 接口类型 * @return array [创建状态, 状态描述, 令牌数据] + * @throws \think\db\exception\DbException */ public static function token(int $uuid, string $type): array {