From cf9d3ff424fd4fd573a9a8b9cb2cecce9eb9c8e2 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 8 Mar 2023 12:11:55 +0800 Subject: [PATCH] 1 --- app/Services/InquiryService.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 5380141..9f44996 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -618,8 +618,8 @@ class InquiryService extends BaseService $options['out_refund_no'] = (string)$inquiry_refund_no; $options['reason'] = $refund_reason; $options['amount'] = [ - 'refund' => (int)$order_inquiry['payment_amount_total'] * 100, - 'total' => (int)$order_inquiry['payment_amount_total'] * 100, + 'refund' => (int)($order_inquiry['payment_amount_total'] * 100), + 'total' => (int)($order_inquiry['payment_amount_total'] * 100), 'currency' => "CNY", ];