Преглед изворни кода

接口访问频繁的操作

lizhen_gitee пре 9 месеци
родитељ
комит
d1a364c44b
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      addons/unishop/controller/Base.php

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

@@ -75,7 +75,7 @@ class Base extends Api
         if (!in_array($action, $this->frequently) && $this->auth && $this->auth->isLogin() && $millisecond > 0) {
             $apilimit = $this->apiLimit();
             if(!$apilimit){
-                $this->error(__('Frequent interface requests'));
+                $this->error('操作过于频繁');
             }
 
         }