正在显示
1 个修改的文件
包含
1 行增加
和
0 行删除
| @@ -71,6 +71,7 @@ class InitKeywordComment extends Command | @@ -71,6 +71,7 @@ class InitKeywordComment extends Command | ||
| 71 | $data = []; | 71 | $data = []; |
| 72 | foreach ($matches[0] as $item){ | 72 | foreach ($matches[0] as $item){ |
| 73 | $item = json_decode($item); | 73 | $item = json_decode($item); |
| 74 | + dd($item); | ||
| 74 | $data[] = [ | 75 | $data[] = [ |
| 75 | 'nickname'=>$item['name'], | 76 | 'nickname'=>$item['name'], |
| 76 | 'text'=>$item['comment'], | 77 | 'text'=>$item['comment'], |
-
请 注册 或 登录 后发表评论