thirdpayment
elf 10 months ago
parent a026018135
commit cb0525103e

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

Loading…
Cancel
Save