作者 lyh

gx

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