提交 9d08a0e3 编写于 作者: D devil

退款逻辑优化

上级 1893c745
......@@ -1084,7 +1084,7 @@ class OrderAftersaleService
$pay_name = 'payment\\'.$pay_log['payment'];
$pay_params = [
'order_id' => $order['id'],
'order_no' => $order['order_no'],
'order_no' => $pay_log['log_no'],
'trade_no' => $pay_log['trade_no'],
'pay_price' => $order['pay_price'],
'refund_price' => $aftersale['price'],
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册