diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index db18e82..849a6f3 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -48,6 +48,8 @@ class MineCommand extends HyperfCommand public function handle(): void { + $this->bindCard(); + return; $this->withdraw(); // $this->transferWithdrawNotify(); $this->getBalance(); @@ -242,7 +244,7 @@ class MineCommand extends HyperfCommand * @var UserService $userService */ $userService = $this->container->make(UserService::class); - $url = $userService->bindCard(['userId' => 'ELF1990'], $this->getApp(), $this->getToken()); + $url = $userService->bindCard(['userId' => 'CWX1989'], $this->getApp(), $this->getToken()); echo $url; }