作者 lyh

gx

@@ -28,12 +28,12 @@ class CountController extends BaseController @@ -28,12 +28,12 @@ class CountController extends BaseController
28 $data['with_data'] = $countLogic->with_data_count(); 28 $data['with_data'] = $countLogic->with_data_count();
29 //TODO::30天pv,ip统计 29 //TODO::30天pv,ip统计
30 $data['visit_data'] = $countLogic->visit_data_count(); 30 $data['visit_data'] = $countLogic->visit_data_count();
31 - var_dump(1111);  
32 - die();  
33 //TODO::询盘国家统计 31 //TODO::询盘国家统计
34 $data['country_data'] = isset($data['yesterday']['country']) ? json_decode($data['yesterday']['country']) : ''; 32 $data['country_data'] = isset($data['yesterday']['country']) ? json_decode($data['yesterday']['country']) : '';
35 //TODO::来源排名 33 //TODO::来源排名
36 $data['referrer_count'] = $countLogic->referrer_count(); 34 $data['referrer_count'] = $countLogic->referrer_count();
  35 + var_dump(22222222);
  36 + die();
37 //TODO::访问国家前10 37 //TODO::访问国家前10
38 $data['access_country_count'] = $countLogic->access_country_count(); 38 $data['access_country_count'] = $countLogic->access_country_count();
39 //TODO::企业中心服务 39 //TODO::企业中心服务