|
@@ -1590,17 +1590,17 @@ class Party extends Common
|
|
|
$is_back = $this->request->request("is_back",0);
|
|
|
|
|
|
|
|
|
-
|
|
|
+ if($is_back){
|
|
|
if (!$this->apiLimit(50, 1000)) {
|
|
|
|
|
|
- $this->error(__('Operation frequently'));
|
|
|
+ $this->error('休息一下吧');
|
|
|
}
|
|
|
}else{
|
|
|
if (!$this->apiLimit(10, 1000)) {
|
|
|
|
|
|
- $this->error(__('Operation frequently'));
|
|
|
+ $this->error('休息一下吧');
|
|
|
}
|
|
|
- }*/
|
|
|
+ }
|
|
|
|
|
|
|
|
|
if($this->auth->power['give_gift'] == 1){
|