Commit e5caa30d authored by chenchuanwen's avatar chenchuanwen

pay

parent 0a2d3c32
...@@ -61,11 +61,12 @@ class WxPay extends \Payment\TencentPay ...@@ -61,11 +61,12 @@ class WxPay extends \Payment\TencentPay
public function refund($param){ public function refund($param){
if($param['subMchId']){
return $this->serviceRefund($param); return $this->serviceRefund($param);
}else{ // if($param['subMchId']){
return $this->commonRefund($param); // return $this->serviceRefund($param);
} // }else{
// return $this->commonRefund($param);
// }
} }
public function serviceRefund($param){ public function serviceRefund($param){
......
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