正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
@@ -37,6 +37,7 @@ class PayController extends HomeBaseController | @@ -37,6 +37,7 @@ class PayController extends HomeBaseController | ||
37 | * 微信支付 | 37 | * 微信支付 |
38 | */ | 38 | */ |
39 | public function index(){ | 39 | public function index(){ |
40 | + $this->error('系统订单功能暂时关闭,请等待恢复','','',''); | ||
40 | $id = $this->request->param('id',0,'intval'); | 41 | $id = $this->request->param('id',0,'intval'); |
41 | if(empty($id)){ | 42 | if(empty($id)){ |
42 | $this->error('缺少必要参数','','',''); | 43 | $this->error('缺少必要参数','','',''); |
-
请 注册 或 登录 后发表评论