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