|
|
@@ -248,7 +248,7 @@ class QianBaoWithdrawService
|
|
|
if (!$amount) return WalletService::getBalance($chatId);
|
|
|
|
|
|
$bank = Bank::where('id', $id)->first();
|
|
|
-// PaymentOrderService::createPayout($chatId, $amount, $bank->channel, $bank->bank_name, $bank->account, $bank->card_no);
|
|
|
+ PaymentOrderService::createPayout($chatId, $amount, $bank->channel, $bank->bank_name, $bank->account, $bank->card_no);
|
|
|
$text = "提交成功\n";
|
|
|
$text .= "结果将在稍后通知您,请留意通知!!!";
|
|
|
return [
|