正在显示
1 个修改的文件
包含
2 行增加
和
0 行删除
| @@ -57,6 +57,8 @@ class GeoQuestionRes extends Command | @@ -57,6 +57,8 @@ class GeoQuestionRes extends Command | ||
| 57 | echo date('Y-m-d H:i:s').'请求平台为空。'.PHP_EOL; | 57 | echo date('Y-m-d H:i:s').'请求平台为空。'.PHP_EOL; |
| 58 | continue; | 58 | continue; |
| 59 | } | 59 | } |
| 60 | + dd(111); | ||
| 61 | + echo '123'.json_encode($platformArr).PHP_EOL; | ||
| 60 | $geoService = new GeoService(); | 62 | $geoService = new GeoService(); |
| 61 | $keywordArr = $info['keywords'] ?? []; | 63 | $keywordArr = $info['keywords'] ?? []; |
| 62 | $urlArr = $info['url'] ?? []; | 64 | $urlArr = $info['url'] ?? []; |
-
请 注册 或 登录 后发表评论