diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index 0d78b49..0d12745 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -572,7 +572,7 @@ class MineCommand extends HyperfCommand */ $userService = $this->container->make(UserService::class); $url = $userService->querySignEntrust(['userId' => $userId], $this->getApp(), $this->getToken()); - echo $url; + var_dump($url); } protected function transferWithdrawNotify()