Update UserTokenService.php

This commit is contained in:
邹景立 2022-10-25 18:32:37 +08:00
parent f25bbb8c85
commit 5474c0cc8d

View File

@ -24,7 +24,7 @@ class UserTokenService extends Service
* @param string $type 接口类型 * @param string $type 接口类型
* @param string $token 认证令牌 * @param string $token 认证令牌
* @param array $data 认证数据 * @param array $data 认证数据
* @return array [ 检查状态状态描述用户UID, 有效时间 ] * @return array [ 检查状态状态描述用户UUID, 有效时间 ]
* @throws \think\db\exception\DataNotFoundException * @throws \think\db\exception\DataNotFoundException
* @throws \think\db\exception\DbException * @throws \think\db\exception\DbException
* @throws \think\db\exception\ModelNotFoundException * @throws \think\db\exception\ModelNotFoundException