From 2d5fde3b8bc0468b5880a2662fa3f0559c16e979 Mon Sep 17 00:00:00 2001 From: ljl Date: Mon, 14 Aug 2023 09:46:08 +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 06dfb58..a56175d 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -84,7 +84,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(); }