正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
| @@ -51,8 +51,8 @@ class GeoQuestionResult extends Command | @@ -51,8 +51,8 @@ class GeoQuestionResult extends Command | ||
| 51 | $geoService = new GeoService(); | 51 | $geoService = new GeoService(); |
| 52 | foreach ($questionArr as $q_item){ | 52 | foreach ($questionArr as $q_item){ |
| 53 | foreach ($platformArr as $p_item){ | 53 | foreach ($platformArr as $p_item){ |
| 54 | - dd($q_item,$p_item); | ||
| 55 | - $geoService->setWebSearchChatAction($q_item,$p_item); | 54 | + $data = $geoService->setWebSearchChatAction($q_item,$p_item); |
| 55 | + dd($data); | ||
| 56 | } | 56 | } |
| 57 | } | 57 | } |
| 58 | } | 58 | } |
-
请 注册 或 登录 后发表评论