Update UserTokenService.php

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

View File

@ -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
{