作者 郭盛
1 个管道 的构建 通过 耗费 1 秒

修改接口

... ... @@ -885,6 +885,7 @@ class User extends Api
$keywords = implode(',',$keywords);
if(empty($keywords)){
$key = $keyword;
}else{
... ... @@ -915,6 +916,7 @@ class User extends Api
unset($data['content'][$k]);
}
}
$this->success('SUCCESS',$data);
}elseif($res['is_vip'] == 1){
$pic_id = $this->request->post('video_id');
if(empty($pic_id)){
... ...