shish 3 лет назад
Родитель
Сommit
08deff6d9e
1 измененных файлов с 1 добавлено и 0 удалено
  1. 1 0
      app-hd/controllers/ShopController.php

+ 1 - 0
app-hd/controllers/ShopController.php

@@ -64,6 +64,7 @@ class ShopController extends BaseController
     //是否开启完整功能 ssh 20230226
     public function actionChangeOnlyCg()
     {
+        util::fail('操作失败');
         $shop = $this->shop;
         $get = Yii::$app->request->get();
         $onlyCg = $get['onlyCg'] ?? 1;