From 1e13a50ce087bf1ae11f10a43659d786fe1157fc Mon Sep 17 00:00:00 2001 From: ljl Date: Thu, 14 Sep 2023 18:53:37 +0800 Subject: [PATCH] yh --- app/Service/PaymentService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,