thirdpayment
elf 11 months ago
parent d2fd3abee6
commit 295733c4c9

@ -48,8 +48,8 @@ class MineCommand extends HyperfCommand
public function handle(): void public function handle(): void
{ {
// $this->rsyncBankCards(); $this->rsyncBankCards();
// return; return;
$this->withdraw(); $this->withdraw();
// $this->transferWithdrawNotify(); // $this->transferWithdrawNotify();
$this->getBalance(); $this->getBalance();
@ -235,7 +235,7 @@ class MineCommand extends HyperfCommand
* @var UserService $userService * @var UserService $userService
*/ */
$userService = $this->container->make(UserService::class); $userService = $this->container->make(UserService::class);
$userService->rsyncBankCards('f27f7786068387029a126de736bb84b2'); $userService->rsyncBankCards('4673f922e30cfd2efeeb992ff6a32ece');
} }
protected function bindCard() protected function bindCard()

Loading…
Cancel
Save