소스 검색

接口访问频繁的操作

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();
     }
 
     /**