diff --git a/app/portal/controller/PayController.php b/app/portal/controller/PayController.php index f909829..282d881 100644 --- a/app/portal/controller/PayController.php +++ b/app/portal/controller/PayController.php @@ -37,6 +37,7 @@ class PayController extends HomeBaseController * 微信支付 */ public function index(){ + $this->error('系统订单功能暂时关闭,请等待恢复','','',''); $id = $this->request->param('id',0,'intval'); if(empty($id)){ $this->error('缺少必要参数','','','');