feat : city
This commit is contained in:
@@ -43,6 +43,11 @@ abstract class BaseService
|
||||
*/
|
||||
protected int $roleId = 0;
|
||||
|
||||
/**
|
||||
* @var int
|
||||
*/
|
||||
protected int $cityId = 0;
|
||||
|
||||
/**
|
||||
* 主构造函数(获取请求对象)
|
||||
*/
|
||||
@@ -50,6 +55,7 @@ abstract class BaseService
|
||||
{
|
||||
$this->adminId = Context::get("admin_id",0);
|
||||
$this->roleId = Context::get("role_id",0);
|
||||
$this->cityId = Context::get("city_id",0);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user