Browse Source

关闭 过几天再试

shish 4 năm trước cách đây
mục cha
commit
7d4b69d5e3
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app-hd/controllers/GhsController.php

+ 1 - 1
app-hd/controllers/GhsController.php

@@ -141,7 +141,7 @@ class GhsController extends BaseController
     //补充缺失的供货商 shish 20211027
     public function actionBcGhs()
     {
-        util::fail('请过几天再试');
+        //util::fail('请过几天再试');
         GhsClass::bcGhs($this->shopId);
         util::complete('载入成功');
     }