提交 b0429f28 编写于 作者: G gongfuxiang

pay

上级 b18dadfd
...@@ -201,7 +201,7 @@ class OrderController extends CommonController ...@@ -201,7 +201,7 @@ class OrderController extends CommonController
$ret = OrderService::Pay($params); $ret = OrderService::Pay($params);
if($ret['code'] == 0) if($ret['code'] == 0)
{ {
redirect($ret['data']); redirect($ret['data']['data']);
} else { } else {
$this->assign('msg', $ret['msg']); $this->assign('msg', $ret['msg']);
$this->display('/Public/TipsError'); $this->display('/Public/TipsError');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册