|
@@ -39,7 +39,7 @@ class Core
|
|
# 获取当前的用户信息
|
|
# 获取当前的用户信息
|
|
$this->token = Dever::input('token');
|
|
$this->token = Dever::input('token');
|
|
$this->uid = 1;
|
|
$this->uid = 1;
|
|
- $this->share_uid = 2;
|
|
|
|
|
|
+ $this->share_uid = 1;
|
|
$this->user = $this->getUser($this->uid, $this->id);
|
|
$this->user = $this->getUser($this->uid, $this->id);
|
|
$this->user['id'] = $this->uid;
|
|
$this->user['id'] = $this->uid;
|
|
$this->system_source = Dever::input('system_source', 1);
|
|
$this->system_source = Dever::input('system_source', 1);
|