|
|
|
@ -633,7 +633,7 @@ class PaymentService extends AbstractService
|
|
|
|
|
try {
|
|
|
|
|
$baofu = new Baofu();
|
|
|
|
|
$result = $baofu->withdraw([
|
|
|
|
|
'amount' => $data['amount'],
|
|
|
|
|
'amount' => intval($data['amount']),
|
|
|
|
|
'loginNo' => $user->member_id,
|
|
|
|
|
'agreementNo' => $data['agreementNo'],
|
|
|
|
|
'outOrderNo' => $withdraw->withdraw_no,
|
|
|
|
|