From abbebe6ca2f9038222c87fd2156854754fdbb498 Mon Sep 17 00:00:00 2001 From: elf <360197197@qq.com> Date: Sat, 19 Aug 2023 13:27:24 +0800 Subject: [PATCH] yh --- app/Command/MineCommand.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index 432cfa8..6213378 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -89,7 +89,7 @@ class MineCommand extends HyperfCommand return $requestService->createRequestLog('/', $params); } - protected function getApp($appId = '202308040000002') { + protected function getApp($appId = '202308070000001') { return App::where('app_id', $appId)->first(); }