|
@@ -404,7 +404,7 @@ class Auth
|
|
|
$userinfo['avatar'] = localpath_to_netpath($userinfo['avatar']);
|
|
|
$userinfo['chat_id'] = im_prefix($userinfo['id']);
|
|
|
// $userinfo['balance'] = (new Wallet())->getWallet($userinfo['id'],'money');
|
|
|
- $userinfo['balance'] = $this->auth->money;
|
|
|
+ $userinfo['balance'] = $this->money;
|
|
|
return $userinfo;
|
|
|
}
|
|
|
|