|
...
|
...
|
@@ -66,8 +66,10 @@ class UpgradeProjectCount extends Command |
|
|
|
if(isset($res['data']['count'])){
|
|
|
|
$arr['month_total'] = $res['data']['count'];
|
|
|
|
}
|
|
|
|
if(isset($res['data']['data'])){
|
|
|
|
$arr['country'] = $res['data']['data'];
|
|
|
|
}
|
|
|
|
$arr['month'] = $v['month'];
|
|
|
|
$arr['country'] = '{"\u5c3c\u65e5\u5229\u4e9a":1,"\u5370\u5ea6\u5c3c\u897f\u4e9a":1,"\u4f0a\u6717":1}';
|
|
|
|
$arr = $this->pv_ip($arr,$start,$end);
|
|
|
|
$arr = $this->sourceCount($arr,$start,$end);
|
|
|
|
if($info === false){
|
...
|
...
|
|