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