From 84dbec01c802484367ed6163ec0e2051b4cd50e1 Mon Sep 17 00:00:00 2001 From: wucongxing <815046773@qq.com> Date: Wed, 8 Mar 2023 12:09:52 +0800 Subject: [PATCH] 1 --- app/Services/InquiryService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/InquiryService.php b/app/Services/InquiryService.php index 4f23517..5380141 100644 --- a/app/Services/InquiryService.php +++ b/app/Services/InquiryService.php @@ -615,7 +615,7 @@ class InquiryService extends BaseService $options = array(); $options['transaction_id'] = $order_inquiry['escrow_trade_no']; - $options['out_refund_no'] = $inquiry_refund_no; + $options['out_refund_no'] = (string)$inquiry_refund_no; $options['reason'] = $refund_reason; $options['amount'] = [ 'refund' => (int)$order_inquiry['payment_amount_total'] * 100,