From b8d025dcd3ce09082c3171991a0a339d9a55b127 Mon Sep 17 00:00:00 2001 From: ljl Date: Wed, 16 Aug 2023 17:32:51 +0800 Subject: [PATCH] yh --- app/Command/MineCommand.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index 6fbf3ff..5250ccc 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -45,7 +45,7 @@ class MineCommand extends HyperfCommand public function handle(): void { - $this->transferPay(); + $this->getRequestData(); 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]); @@ -100,7 +100,7 @@ class MineCommand extends HyperfCommand protected function getRequestData() { $app = $this->getApp(); $data = json_encode([ - 'userId' => 'ELF1991' + 'userId' => 'CWX1989' ]); $params = [ 'app_id' => $app->app_id,