|
@@ -123,7 +123,7 @@ class User extends Core
|
|
|
//$scene = Dever::login($this->data['uid']) . ',' . $type . ',' . $id;
|
|
|
$scene = $this->data['uid'] . ',' . $type . ',' . $id;
|
|
|
//echo $scene;die;
|
|
|
- $send['project'] = Dever::input('project', 1);
|
|
|
+ $send['project'] = Dever::input('project', $this->data['system']);
|
|
|
$send['send'] = $scene;
|
|
|
$send['width'] = 152;
|
|
|
$send['path'] = $path;
|