Commit 8f13c1fc authored by chenchuanwen's avatar chenchuanwen

ccw

parent 6ba063df
...@@ -466,7 +466,8 @@ class RefundReturnModel extends \DAO\AbstractModel ...@@ -466,7 +466,8 @@ class RefundReturnModel extends \DAO\AbstractModel
*/ */
public function refundMoney($orderInfo) public function refundMoney($orderInfo)
{ {
echo json_encode($orderInfo)."\r\n";
return false;
$param['refundOrderNo'] = !empty($orderInfo['refundOrderNo']) ? $orderInfo['refundOrderNo'] : $this->getRefundsn($orderInfo['storeId']); $param['refundOrderNo'] = !empty($orderInfo['refundOrderNo']) ? $orderInfo['refundOrderNo'] : $this->getRefundsn($orderInfo['storeId']);
//这个有可能多次退款的时候要变 //这个有可能多次退款的时候要变
$param['outTradeNo'] = $orderInfo['paySn']; $param['outTradeNo'] = $orderInfo['paySn'];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment