From 464027eb37ebb3db5e8a2238c1a4ebdd8631a1c9 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Sat, 12 Aug 2023 10:20:35 +0800 Subject: [PATCH] yh --- app/Command/MineCommand.php | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index 329897e..b0453d1 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -43,7 +43,9 @@ class MineCommand extends HyperfCommand public function handle(): void { - $this->getRequestLog(); + $this->rsyncUser('4673f922e30cfd2efeeb992ff6a32ece', '202308070000001', 'ELF1990'); + $this->rsyncUser('247eda1b7de0c76603123c477f2072fa', '202308070000001', 'RLX1990'); + $this->rsyncUser('13f366c46bb842b6cb732e6a30836a9b', '202308070000001', '30684'); } protected function generateToken() { @@ -122,13 +124,13 @@ class MineCommand extends HyperfCommand echo $url; } - protected function rsyncUser() + protected function rsyncUser($memberId, $appId, $userId) { /** * @var UserService $userService */ $userService = $this->container->make(UserService::class); - $userService->rsyncUser('4673f922e30cfd2efeeb992ff6a32ece', '202308040000002', 'ELF1990'); + $userService->rsyncUser($memberId, $appId, $userId); } protected function rsyncBankCards() {