thirdpayment
elf 11 months ago
parent 6bd739b7a0
commit 003c72792b

@ -63,6 +63,10 @@ class WithdrawCommand extends HyperfCommand
echo 'before balance: ' . $balance . PHP_EOL; echo 'before balance: ' . $balance . PHP_EOL;
if ($balance == 0) {
return;
}
$bankCard = BankCard::where('user_id', $user->user_id)->first(); $bankCard = BankCard::where('user_id', $user->user_id)->first();
$requestLog = $this->createRequestLog([ $requestLog = $this->createRequestLog([

Loading…
Cancel
Save