提交 75b730c3 编写于 作者: D devil_gong

pay debug

上级 bfe2f158
...@@ -288,7 +288,7 @@ class PayEase ...@@ -288,7 +288,7 @@ class PayEase
'merchantId' => $this->config['merchantId'], 'merchantId' => $this->config['merchantId'],
'requestId' => $params['order_no'], 'requestId' => $params['order_no'],
'amount' => $params['refund_price']*100, 'amount' => $params['refund_price']*100,
'orderId' => $params['order_no'], 'orderId' => $params['trade_no'],
//'notifyUrl' => $params['notify_url'], //'notifyUrl' => $params['notify_url'],
'remark' => $refund_reason, 'remark' => $refund_reason,
]; ];
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册