|
...
|
...
|
@@ -62,9 +62,9 @@ class UpgradeProjectCount extends Command |
|
|
|
$end = date('Y-m-t', strtotime($v['month']));
|
|
|
|
$arr['project_id'] = 439;
|
|
|
|
$res = $this->inquiry('www.cnzyl.com',$v['month']);
|
|
|
|
$arr['month_count'] = 0;
|
|
|
|
$arr['month_total'] = 0;
|
|
|
|
if(isset($res['data']['count'])){
|
|
|
|
$arr['month_count'] = $res['data']['count'];
|
|
|
|
$arr['month_total'] = $res['data']['count'];
|
|
|
|
}
|
|
|
|
$arr['month'] = $v['month'];
|
|
|
|
$arr['country'] = '{"\u5c3c\u65e5\u5229\u4e9a":1,"\u5370\u5ea6\u5c3c\u897f\u4e9a":1,"\u4f0a\u6717":1}';
|
...
|
...
|
|