|
@@ -18,7 +18,7 @@ class Player extends Api
|
|
|
|
|
|
//给选手投票
|
|
//给选手投票
|
|
public function record(){
|
|
public function record(){
|
|
-// $this->error('接口作废');
|
|
|
|
|
|
+ $this->error('接口作废');
|
|
if(!$this->apiLimit('操作太快了,休息一下吧'));
|
|
if(!$this->apiLimit('操作太快了,休息一下吧'));
|
|
|
|
|
|
$player_id = input('player_id','');
|
|
$player_id = input('player_id','');
|