@@ -124,6 +124,10 @@ class Uidsale extends Api
//切换使用靓号
public function use_newone(){
+ if(!$this->apiLimit()){
+ $this->error('操作频繁');
+ }
+
$id = input('id',0);
if(!$id){
$this->error();