用户每日活跃检测
This commit is contained in:
@ -149,6 +149,7 @@ class PostPushBoxModel extends BaseModel
|
||||
//放在用户状态更新时调用
|
||||
function pullBigFanMasterPost($uid)
|
||||
{
|
||||
//获取大v定义粉丝数,获取大于该粉丝数的大v文章
|
||||
$iConfigFansPushLimit = intval(env('CONFIG_FANS_PUSH_LIMIT', 2000));
|
||||
//@此处需针对大量数据进行分批获取
|
||||
$oFollowModel = new FollowModel();
|
||||
|
||||
Reference in New Issue
Block a user