作者 lyh

gx

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