0,//在线人数 'history_user_amount'=>0,//历史观看人数 'watch_amount'=>0//观看次数 ]; $data['online_user_amount'] = $liveUserModel->getOnlineUserCount($liveId); $data['history_user_amount'] = $liveUserModel->where(['live_id'=>$liveId])->count(); $data['watch_amount'] = (new \app\admin\model\data\Study)->where(['course_id'=>$liveId])->count(); $this->success("获取成功",$data); } }