|
...
|
...
|
@@ -30,6 +30,8 @@ class CountController extends BaseController |
|
|
|
$data['visit_data'] = $countLogic->visit_data_count();
|
|
|
|
//TODO::询盘国家统计
|
|
|
|
$data['country_data'] = isset($data['yesterday']['country']) ? json_decode($data['yesterday']['country']) : '';
|
|
|
|
var_dump(111);
|
|
|
|
die();
|
|
|
|
//TODO::来源排名
|
|
|
|
$data['referrer_count'] = $countLogic->referrer_count();
|
|
|
|
//TODO::访问国家前10
|
...
|
...
|
|