Parcourir la source

请过几天再试

shish il y a 4 ans
Parent
commit
95825b027f
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  1. 1 0
      app-hd/controllers/GhsController.php

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

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