|
...
|
...
|
@@ -41,7 +41,7 @@ class AuthorityScoreLogic extends BaseLogic |
|
|
|
public function LogicAuthorityScoreInfo(){
|
|
|
|
$data = [];
|
|
|
|
$bSeoModel = new RankDataBmseo();
|
|
|
|
$bSeoInfo = $bSeoModel->read(['project_id'=>$this->user['project_id'],'lang'=>''],['first_num','first_page_num','first_three_pages_num','first_five_pages_num','first_ten_pages_num','indexed_pages_num']);
|
|
|
|
$bSeoInfo = $bSeoModel->read(['project_id'=>$this->user['project_id'],'lang'=>''],['updated_date','first_num','first_page_num','first_three_pages_num','first_five_pages_num','first_ten_pages_num']);
|
|
|
|
$data['rank'] = $bSeoInfo;
|
|
|
|
$authorityScoreModel = new AuthorityScore();
|
|
|
|
$data['authority_score'] = $authorityScoreModel->list(['project_id'=>$this->user['project_id']],'id',['*'],'desc',10);
|
...
|
...
|
|