From be9586bc5b5f11076fbd4bb135cf7c5ed427d33e Mon Sep 17 00:00:00 2001 From: zhengchanglong Date: Fri, 18 Oct 2019 17:22:07 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=AF=E4=BB=98=E6=B5=81=E7=A8=8B=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Application/Sdk/Controller/Ipa365Controller.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);