From 7f28ea88bcfd4b6ecfa0730a5c7eba5853cae3bd Mon Sep 17 00:00:00 2001 From: weizong song Date: Fri, 30 Apr 2021 08:56:12 +0800 Subject: [PATCH] up --- app/Models/Refund.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/Models/Refund.php b/app/Models/Refund.php index 7ec6a82..6c451a7 100755 --- a/app/Models/Refund.php +++ b/app/Models/Refund.php @@ -114,7 +114,7 @@ class Refund extends SoftDeletesModel $this->increment("try_times"); try { $result = $CommonUtilPub->xmlToArray($result); - dump($this->toArray(),"退款失败",$result); + dump($this->toArray(),"退款失败",$inputObj,$result); if ($result["result_code"] == "SUCCESS") { $this->update([ "payment_serial" => $result["refund_id"],