作者 lyh

变更数据

@@ -17,6 +17,7 @@ class CountController extends BaseController @@ -17,6 +17,7 @@ class CountController extends BaseController
17 public function count(CountLogic $countLogic){ 17 public function count(CountLogic $countLogic){
18 if($this->user['project_id'] == 5172){ 18 if($this->user['project_id'] == 5172){
19 $this->user['project_id'] = 3298; 19 $this->user['project_id'] = 3298;
  20 + $this->user['domain'] = 'https://www.annorobots.com/';
20 } 21 }
21 $data = []; 22 $data = [];
22 //TODO::昨日数据统计 23 //TODO::昨日数据统计