From 39a6908392f7dace084c89fd19f60735def559b2 Mon Sep 17 00:00:00 2001 From: ljl Date: Tue, 22 Aug 2023 12:49:52 +0800 Subject: [PATCH] yh --- app/Command/MineCommand.php | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index f1a61e6..e924df8 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -45,7 +45,8 @@ class MineCommand extends HyperfCommand public function handle(): void { - $this->unbindCard(); + $this->rsyncBankCards(); + $this->bindCard(); return; // $this->notify('http://ceshi-shop.hkcpex.com/index.php/pay/notify/baofu_f_register', $this->getApp(), ['userId' => '30684']); $this->notify('http://ceshi-shop.hkcpex.com/index.php/pay/notify/baofu_f_bind_card', $this->getApp(), ['userId' => '23121', 'bindCardFlag' => true]);