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(); }