|
|
@ -604,11 +604,11 @@ class MineCommand extends HyperfCommand
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
protected function withdraw() {
|
|
|
|
protected function withdraw() {
|
|
|
|
$bankCard = BankCard::where('member_id', 'f27f7786068387029a126de736bb84b2')->first();
|
|
|
|
$bankCard = BankCard::where('member_id', 'f9c0bea79725d71cc7969571c345de54')->first();
|
|
|
|
$baofu = new Baofu();
|
|
|
|
$baofu = new Baofu();
|
|
|
|
$result = $baofu->withdraw([
|
|
|
|
$result = $baofu->withdraw([
|
|
|
|
'amount' => intval(100019),
|
|
|
|
'amount' => intval(84558),
|
|
|
|
'loginNo' => 'f27f7786068387029a126de736bb84b2',
|
|
|
|
'loginNo' => 'f9c0bea79725d71cc7969571c345de54',
|
|
|
|
'agreementNo' => $bankCard->agreement_no,
|
|
|
|
'agreementNo' => $bankCard->agreement_no,
|
|
|
|
'outOrderNo' => time() . rand(1000, 9999),
|
|
|
|
'outOrderNo' => time() . rand(1000, 9999),
|
|
|
|
], 'elf');
|
|
|
|
], 'elf');
|
|
|
|