From 3aabf5df8f21bc140e695440342b7a7e87a53d7b Mon Sep 17 00:00:00 2001 From: ljl Date: Fri, 29 Dec 2023 12:00:21 +0800 Subject: [PATCH] yh --- app/Command/MineCommand.php | 1 + 1 file changed, 1 insertion(+) 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);