微信号

This commit is contained in:
柳清爽
2025-04-01 17:36:32 +08:00
parent 850d85ea4b
commit a2c9078ccf
7 changed files with 986 additions and 157 deletions

View File

@@ -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
];