|
@@ -34,7 +34,7 @@ class Applet extends Base
|
|
$data = array();
|
|
$data = array();
|
|
if ($info) {
|
|
if ($info) {
|
|
//$user = Dever::db('passport/user')->one($uid);
|
|
//$user = Dever::db('passport/user')->one($uid);
|
|
- $data = $this->getSign($info['uid'], $info['vid']);
|
|
|
|
|
|
+ $data = $this->getSign($info['uid'], $info['id']);
|
|
}
|
|
}
|
|
} elseif ($create == 2) {
|
|
} elseif ($create == 2) {
|
|
# 未授权,会生成临时用户,针对有的项目,不需要授权,但是还要生成用户
|
|
# 未授权,会生成临时用户,针对有的项目,不需要授权,但是还要生成用户
|