|
|
@@ -102,7 +102,7 @@ class QianBaoWithdrawService
|
|
|
static function chooseBank($chatId, $firstName, $messageId, $id)
|
|
|
{
|
|
|
$amount = Cache::get("{$chatId}_WITHDRAW_QB_MONEY", '');
|
|
|
- if ($amount) return WithdrawService::index($chatId, $firstName, $messageId);
|
|
|
+ if ($amount) return WalletService::getBalance($chatId);
|
|
|
|
|
|
$bank = Bank::where('id', $id)->first();
|
|
|
|