thirdpayment
elf 11 months ago
parent d2fd3abee6
commit 295733c4c9

@ -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()

Loading…
Cancel
Save