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"],