正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -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); |
-
请 注册 或 登录 后发表评论