正在显示
1 个修改的文件
包含
1 行增加
和
1 行删除
| @@ -80,7 +80,7 @@ class GeoQuestionRes extends Command | @@ -80,7 +80,7 @@ class GeoQuestionRes extends Command | ||
| 80 | $url = array_column($result_data['annotations'], 'url'); | 80 | $url = array_column($result_data['annotations'], 'url'); |
| 81 | $title = array_column($result_data['annotations'], 'title'); | 81 | $title = array_column($result_data['annotations'], 'title'); |
| 82 | $result_data_annotations = array_merge($url,$title,$result_data_annotations); | 82 | $result_data_annotations = array_merge($url,$title,$result_data_annotations); |
| 83 | - dd($result_data_annotations); | 83 | + dd($result_data['annotations']); |
| 84 | }else{ | 84 | }else{ |
| 85 | continue; | 85 | continue; |
| 86 | } | 86 | } |
-
请 注册 或 登录 后发表评论