|
|
@ -48,7 +48,7 @@ class MineCommand extends HyperfCommand
|
|
|
|
|
|
|
|
|
|
|
|
public function handle(): void
|
|
|
|
public function handle(): void
|
|
|
|
{
|
|
|
|
{
|
|
|
|
var_dump($this->querySignEntrust('CWX1989'));
|
|
|
|
$this->withdraw();
|
|
|
|
$this->getBalance();
|
|
|
|
$this->getBalance();
|
|
|
|
return;
|
|
|
|
return;
|
|
|
|
$result = $baofu->applyBindCard($user->member_id, [
|
|
|
|
$result = $baofu->applyBindCard($user->member_id, [
|
|
|
@ -607,7 +607,7 @@ class MineCommand extends HyperfCommand
|
|
|
|
$bankCard = BankCard::where('member_id', 'f27f7786068387029a126de736bb84b2')->first();
|
|
|
|
$bankCard = BankCard::where('member_id', 'f27f7786068387029a126de736bb84b2')->first();
|
|
|
|
$baofu = new Baofu();
|
|
|
|
$baofu = new Baofu();
|
|
|
|
$result = $baofu->withdraw([
|
|
|
|
$result = $baofu->withdraw([
|
|
|
|
'amount' => intval(726687),
|
|
|
|
'amount' => intval(1089256),
|
|
|
|
'loginNo' => 'f27f7786068387029a126de736bb84b2',
|
|
|
|
'loginNo' => 'f27f7786068387029a126de736bb84b2',
|
|
|
|
'agreementNo' => $bankCard->agreement_no,
|
|
|
|
'agreementNo' => $bankCard->agreement_no,
|
|
|
|
'outOrderNo' => time() . rand(1000, 9999),
|
|
|
|
'outOrderNo' => time() . rand(1000, 9999),
|
|
|
|