|
@@ -684,11 +684,11 @@ class Usercenter extends Api
|
|
|
'gender' => $this->auth->gender == 1 ? 0 : 1, //异性
|
|
|
'is_online' => 0, //不在语聊间的
|
|
|
'is_livebc' => 0, //不在直播的
|
|
|
- 'is_active' => 1, //活跃的
|
|
|
- 'real_status' => 1, //真人认证
|
|
|
- 'idcard_status' => 1, //实名认证
|
|
|
+ 'is_active' => 1, //在线的
|
|
|
+ //'real_status' => 1, //真人认证
|
|
|
+ //'idcard_status' => 1, //实名认证
|
|
|
'open_match_audio' => 1, //打开语聊开关
|
|
|
- 'id' => ['NOT IN',$my_follow] //不是好友的
|
|
|
+ 'id' => ['NOT IN',$my_follow] //不是好友的
|
|
|
];
|
|
|
|
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|
|
@@ -752,11 +752,11 @@ class Usercenter extends Api
|
|
|
'gender' => $this->auth->gender == 1 ? 0 : 1, //异性
|
|
|
'is_online' => 0, //不在语聊间的
|
|
|
'is_livebc' => 0, //不在直播的
|
|
|
- 'is_active' => 1, //活跃的
|
|
|
- 'real_status' => 1, //真人认证
|
|
|
- 'idcard_status' => 1, //实名认证
|
|
|
+ 'is_active' => 1, //在线的
|
|
|
+ //'real_status' => 1, //真人认证
|
|
|
+ //'idcard_status' => 1, //实名认证
|
|
|
'open_match_video' => 1, //打开视频开关的
|
|
|
- 'id' => ['NOT IN',$my_follow] //不是好友的
|
|
|
+ 'id' => ['NOT IN',$my_follow] //不是好友的
|
|
|
];
|
|
|
|
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|
|
@@ -795,9 +795,10 @@ class Usercenter extends Api
|
|
|
'gender' => $this->auth->gender == 1 ? 0 : 1, //异性
|
|
|
//'real_status' => 1, //真人认证
|
|
|
//'idcard_status' => 1, //实名认证
|
|
|
+ 'is_active' => 1, //在线的
|
|
|
//打开聊天开关的
|
|
|
'open_match_typing' => 1, //打开文字聊天开关的
|
|
|
- 'id' => ['NOT IN',$my_follow] //不是好友的
|
|
|
+ 'id' => ['NOT IN',$my_follow] //不是好友的
|
|
|
];
|
|
|
|
|
|
$lists = Db::name('user')->field('id,cityname,status,gender,real_status,tag_ids')->where($map)->order('logintime desc')->page($this->page,100)->select();
|