mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-04-06 03:58:04 +08:00
Update UserTokenService.php
This commit is contained in:
parent
b95f248c33
commit
f25bbb8c85
@ -75,6 +75,7 @@ class UserTokenService extends Service
|
|||||||
* @param int $uuid 授权用户
|
* @param int $uuid 授权用户
|
||||||
* @param string $type 接口类型
|
* @param string $type 接口类型
|
||||||
* @return array [创建状态, 状态描述, 令牌数据]
|
* @return array [创建状态, 状态描述, 令牌数据]
|
||||||
|
* @throws \think\db\exception\DbException
|
||||||
*/
|
*/
|
||||||
public static function token(int $uuid, string $type): array
|
public static function token(int $uuid, string $type): array
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user