Commit ad35f25f by yeran

feat: update

1 parent 90dc4366
Showing with 1 additions and 1 deletions
......@@ -62,7 +62,7 @@ class AliRefund extends AliBaseStrategy
'fund_change' => $rsqData['fund_change']??0,// 本次退款是否发生了资金变化
'refund_fee' => $rsqData['refund_fee'],// 返回的总金额,这里支付宝会累计
'refund_time'=> $rsqData['gmt_refund'],
'refund_time' => $rsqData['gmt_refund'] ?? date('Y-m-d H:i:s', time()),
'channel' => Config::ALI_REFUND,
],
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!