|
@@ -222,6 +222,7 @@ class Usercenter extends Api
|
|
|
}
|
|
|
|
|
|
//视频通话每分钟调用一次
|
|
|
+ //女性不收费,互关不收费,设置不收费的也不收费
|
|
|
public function video_onemin(){
|
|
|
$to_user_id = input_post('to_user_id');
|
|
|
|
|
@@ -491,7 +492,7 @@ class Usercenter extends Api
|
|
|
// $map = [];
|
|
|
|
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|
|
|
- $lists = $this->fliter_user($lists,10);
|
|
|
+ //$lists = $this->fliter_user($lists,100);
|
|
|
|
|
|
$result = [];
|
|
|
if(!empty($lists)){
|