pay debug

This commit is contained in:
devil_gong 2019-07-31 21:31:51 +08:00
parent bfe2f15866
commit 75b730c3b6

View File

@ -288,7 +288,7 @@ class PayEase
'merchantId' => $this->config['merchantId'],
'requestId' => $params['order_no'],
'amount' => $params['refund_price']*100,
'orderId' => $params['order_no'],
'orderId' => $params['trade_no'],
//'notifyUrl' => $params['notify_url'],
'remark' => $refund_reason,
];