diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index 09b2c26..4c76a7b 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -48,8 +48,8 @@ class MineCommand extends HyperfCommand public function handle(): void { - // $this->rsyncBankCards(); - // return; + $this->rsyncBankCards(); + return; $this->withdraw(); // $this->transferWithdrawNotify(); $this->getBalance(); @@ -235,7 +235,7 @@ class MineCommand extends HyperfCommand * @var UserService $userService */ $userService = $this->container->make(UserService::class); - $userService->rsyncBankCards('f27f7786068387029a126de736bb84b2'); + $userService->rsyncBankCards('4673f922e30cfd2efeeb992ff6a32ece'); } protected function bindCard()