pref: 增加服务类优化UI版面
This commit is contained in:
@@ -23,6 +23,16 @@ use system\Random;
|
||||
|
||||
class Request extends \Webman\Http\Request
|
||||
{
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
public int $userId = 0;
|
||||
|
||||
/**
|
||||
* @var array
|
||||
*/
|
||||
public array $userInfo = [];
|
||||
|
||||
/**
|
||||
* 生成请求令牌
|
||||
* @access public
|
||||
|
||||
Reference in New Issue
Block a user