提交 b0429f28 编写于 作者: G gongfuxiang

pay

上级 b18dadfd
......@@ -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');
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册