From cb0525103e6a3b29ccac128d605bb9f8446bb2f4 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Sun, 7 Jan 2024 13:08:39 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Command/MineCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index 7b890b6..67150b3 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -48,7 +48,7 @@ class MineCommand extends HyperfCommand public function handle(): void { - var_dump($this->querySignEntrust('CWX1989')); + $this->withdraw(); $this->getBalance(); return; $result = $baofu->applyBindCard($user->member_id, [ @@ -607,7 +607,7 @@ class MineCommand extends HyperfCommand $bankCard = BankCard::where('member_id', 'f27f7786068387029a126de736bb84b2')->first(); $baofu = new Baofu(); $result = $baofu->withdraw([ - 'amount' => intval(726687), + 'amount' => intval(1089256), 'loginNo' => 'f27f7786068387029a126de736bb84b2', 'agreementNo' => $bankCard->agreement_no, 'outOrderNo' => time() . rand(1000, 9999),