微信号
This commit is contained in:
@@ -97,8 +97,6 @@ class WechatAccount extends Model
|
||||
public static function getOnlineWechatList($where = [], $order = 'id desc', $page = 1, $limit = 10)
|
||||
{
|
||||
$condition = [
|
||||
'wechatAlive' => 1,
|
||||
'deviceAlive' => 1,
|
||||
'isDeleted' => 0
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user