diff --git a/app/Service/PaymentService.php b/app/Service/PaymentService.php index 8b0a875..2a292f6 100644 --- a/app/Service/PaymentService.php +++ b/app/Service/PaymentService.php @@ -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,