用户每日活跃检测

This commit is contained in:
cano
2024-03-02 16:53:43 +08:00
parent 1a9008b318
commit f5f7168009
9 changed files with 244 additions and 1 deletions

View File

@ -149,6 +149,7 @@ class PostPushBoxModel extends BaseModel
//放在用户状态更新时调用
function pullBigFanMasterPost($uid)
{
//获取大v定义粉丝数,获取大于该粉丝数的大v文章
$iConfigFansPushLimit = intval(env('CONFIG_FANS_PUSH_LIMIT', 2000));
//@此处需针对大量数据进行分批获取
$oFollowModel = new FollowModel();