作者 刘朕
1 个管道 的构建 通过 耗费 16 秒

订单支付功能关闭

@@ -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('缺少必要参数','','','');