shish 3 luni în urmă
părinte
comite
3faafedcdd
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      app-ghs/controllers/CustomController.php

+ 1 - 1
app-ghs/controllers/CustomController.php

@@ -702,7 +702,7 @@ class CustomController extends BaseController
     {
         //限制请求次数
         $shopId = $this->shopId;
-        util::perDayCommitTimeLimit($shopId, 3);
+        //util::perDayCommitTimeLimit($shopId, 3);
 
         //限制频繁请求
         util::checkRepeatCommit($this->adminId, 6);