From c50082e9887c88f6ebae502b1fbc18f17eb5342a Mon Sep 17 00:00:00 2001 From: weizong song Date: Fri, 30 Apr 2021 08:54:54 +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 4a3a892..7ec6a82 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($result); + dump($this->toArray(),"退款失败",$result); if ($result["result_code"] == "SUCCESS") { $this->update([ "payment_serial" => $result["refund_id"],