|
|
|
@ -114,7 +114,7 @@ class Refund extends SoftDeletesModel
|
|
|
|
$this->increment("try_times");
|
|
|
|
$this->increment("try_times");
|
|
|
|
try {
|
|
|
|
try {
|
|
|
|
$result = $CommonUtilPub->xmlToArray($result);
|
|
|
|
$result = $CommonUtilPub->xmlToArray($result);
|
|
|
|
dump($this->toArray(),"退款失败",$result);
|
|
|
|
dump($this->toArray(),"退款失败",$inputObj,$result);
|
|
|
|
if ($result["result_code"] == "SUCCESS") {
|
|
|
|
if ($result["result_code"] == "SUCCESS") {
|
|
|
|
$this->update([
|
|
|
|
$this->update([
|
|
|
|
"payment_serial" => $result["refund_id"],
|
|
|
|
"payment_serial" => $result["refund_id"],
|
|
|
|
|