支付流程修改

master
zhengchanglong 5 years ago
parent f0dc10cd60
commit be9586bc5b

@ -232,7 +232,7 @@ class Ipa365Controller extends BaseController{
} }
$ali_pay = $this->alipay($param); $ali_pay = $this->alipay($param);
redirect($ali_pay); redirect($ali_pay['url']);
}else{ }else{
$weixn = new Weixin(); $weixn = new Weixin();
$wx_pay = json_decode($weixn->weixin_pay('超级签消费', $orderId, $price, 'MWEB', 4), true); $wx_pay = json_decode($weixn->weixin_pay('超级签消费', $orderId, $price, 'MWEB', 4), true);

Loading…
Cancel
Save