|
...
|
...
|
@@ -67,8 +67,7 @@ class UpgradeProjectCount extends Command |
|
|
|
$arr['month_total'] = $res['data']['count'];
|
|
|
|
}
|
|
|
|
if(isset($res['data']['data'])){
|
|
|
|
$arr['country'] = $res['data']['data'];
|
|
|
|
dd($res['data']['data']);
|
|
|
|
$arr['country'] = json_encode($res['data']['data']);
|
|
|
|
}
|
|
|
|
$arr['month'] = $v['month'];
|
|
|
|
$arr = $this->pv_ip($arr,$start,$end);
|
...
|
...
|
|