From dd01d8fe2d5490bb90cf6d4b2735e0a35c268894 Mon Sep 17 00:00:00 2001 From: wucongxing8150 <815046773@qq.com> Date: Mon, 8 Apr 2024 15:44:37 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=AD=A3=E9=80=80=E6=AC=BE=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E5=8F=B7=E9=9D=9E=E5=AD=97=E7=AC=A6=E4=B8=B2=E9=97=AE?= =?UTF-8?q?=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- app/Services/OrderService.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Services/OrderService.php b/app/Services/OrderService.php index a08270a..accf11b 100644 --- a/app/Services/OrderService.php +++ b/app/Services/OrderService.php @@ -179,7 +179,7 @@ class OrderService extends BaseService $options = array(); $options['transaction_id'] = $order['escrow_trade_no']; - $options['out_refund_no'] = $refund_no; + $options['out_refund_no'] = (string)$refund_no; $options['reason'] = $refund_reason; $options['amount'] = [ 'refund' => (int)round($order['payment_amount_total'] * 100),