diff --git a/app/Command/MineCommand.php b/app/Command/MineCommand.php index 0fbdf3c..5543547 100644 --- a/app/Command/MineCommand.php +++ b/app/Command/MineCommand.php @@ -49,6 +49,7 @@ class MineCommand extends HyperfCommand public function handle(): void { $user = User::where('user_id', 'ACT_13')->first(); + var_dump($user->toArray()); $baofu = new Baofu(); $url = $baofu->signWithdrawEntrust($user->member_id, 'xxxxx'); var_dump($url);