weizong song 5 years ago
parent c50082e988
commit 7f28ea88bc

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

Loading…
Cancel
Save