|
|
@@ -479,7 +479,8 @@ class WithdrawService
|
|
|
{
|
|
|
$three_payment_switch = Config::where('field', 'three_payment_switch')->first()->val;
|
|
|
if ($three_payment_switch != 1) {
|
|
|
- return WalletService::getBalance($chatId);
|
|
|
+ $res = WalletService::getBalance($chatId);
|
|
|
+ $res['message_id'] = $messageId;
|
|
|
}
|
|
|
//
|
|
|
return [
|