瀏覽代碼

接口访问频繁的操作

lizhen_gitee 9 月之前
父節點
當前提交
f90596ba72
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      addons/unishop/controller/Base.php

+ 1 - 1
addons/unishop/controller/Base.php

@@ -45,7 +45,7 @@ class Base extends Api
 
         $this->loadUniShopLang();
 
-        $this->limitVisit();
+        //$this->limitVisit();
     }
 
     /**