diff --git a/Application/Sdk/Controller/Ipa365Controller.class.php b/Application/Sdk/Controller/Ipa365Controller.class.php index f62e0ae57..89664ae89 100644 --- a/Application/Sdk/Controller/Ipa365Controller.class.php +++ b/Application/Sdk/Controller/Ipa365Controller.class.php @@ -232,7 +232,7 @@ class Ipa365Controller extends BaseController{ } $ali_pay = $this->alipay($param); - redirect($ali_pay); + redirect($ali_pay['url']); }else{ $weixn = new Weixin(); $wx_pay = json_decode($weixn->weixin_pay('超级签消费', $orderId, $price, 'MWEB', 4), true);