作者 李宇航

合并分支 'lyh-server' 到 'master'

变更数据



查看合并请求 !3154
@@ -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::昨日数据统计