mirror of
https://gitee.com/zoujingli/ThinkAdmin.git
synced 2025-05-25 16:19:14 +08:00
Update UserService.php
This commit is contained in:
parent
4c3df8e52e
commit
387f374d7e
@ -62,7 +62,7 @@ class UserService extends Service
|
||||
$uid = $this->app->db->name('DataUser')->strict(false)->insertGetId($data);
|
||||
}
|
||||
if ($force) $this->buildUserToken($uid, $type);
|
||||
return $this->get($uid, $type);
|
||||
return $this->get($type, $uid);
|
||||
}
|
||||
|
||||
/**
|
||||
|
Loading…
x
Reference in New Issue
Block a user