|
@@ -362,7 +362,7 @@ class AdminClass extends BaseClass
|
|
|
unset($info['openId']);
|
|
unset($info['openId']);
|
|
|
}
|
|
}
|
|
|
if (!empty($openId)) {
|
|
if (!empty($openId)) {
|
|
|
- $userSource = self::$userSourceId;
|
|
|
|
|
|
|
+ $userSource = UserClass::$userSourceId;
|
|
|
switch ($source) {
|
|
switch ($source) {
|
|
|
case $userSource['mini']['name']:
|
|
case $userSource['mini']['name']:
|
|
|
$info['miniOpenId'] = $openId;
|
|
$info['miniOpenId'] = $openId;
|