提交 f35e13a5 编写于 作者: G gongfuxiang

wx pay

上级 c5690036
......@@ -36,14 +36,14 @@ class Auth extends Controller
// 自定义链接
$this->assign('to_url', MyUrl('index/order/index'));
$this->assign('to_title', '我的订单');
// 状态
if(isset($params['status']) && $params['status'] == 0)
{
$this->assign('msg', '支付成功');
return $this->fetch('public/pay_success');
} else {
$this->assign('msg', $ret['msg']);
$this->assign('msg', '支付失败');
return $this->fetch('public/pay_error');
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册