|
@@ -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('操作过于频繁');
|
|
|
}
|
|
|
|
|
|
}
|