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