|
|
@ -48,11 +48,6 @@ class MineCommand extends HyperfCommand
|
|
|
|
|
|
|
|
|
|
|
|
public function handle(): void
|
|
|
|
public function handle(): void
|
|
|
|
{
|
|
|
|
{
|
|
|
|
$user = User::where('user_id', 'ACT_9')->first();
|
|
|
|
|
|
|
|
var_dump($user->toArray());
|
|
|
|
|
|
|
|
$baofu = new Baofu();
|
|
|
|
|
|
|
|
$url = $baofu->signWithdrawEntrust($user->member_id, 'xxxxx');
|
|
|
|
|
|
|
|
var_dump($url);
|
|
|
|
|
|
|
|
$this->getBalance();
|
|
|
|
$this->getBalance();
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
$result = $baofu->applyBindCard($user->member_id, [
|
|
|
|
$result = $baofu->applyBindCard($user->member_id, [
|
|
|
|