From b0429f28e049f9325dfae2a2d50caf6354747747 Mon Sep 17 00:00:00 2001 From: gongfuxiang <2499232802@qq.com> Date: Fri, 23 Nov 2018 02:31:34 +0800 Subject: [PATCH] pay --- service/Application/Home/Controller/OrderController.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/service/Application/Home/Controller/OrderController.class.php b/service/Application/Home/Controller/OrderController.class.php index b272d1b89..39efd77ca 100755 --- a/service/Application/Home/Controller/OrderController.class.php +++ b/service/Application/Home/Controller/OrderController.class.php @@ -201,7 +201,7 @@ class OrderController extends CommonController $ret = OrderService::Pay($params); if($ret['code'] == 0) { - redirect($ret['data']); + redirect($ret['data']['data']); } else { $this->assign('msg', $ret['msg']); $this->display('/Public/TipsError'); -- GitLab