作者 lyh

gx生成评论

... ... @@ -70,6 +70,7 @@ class InitKeywordComment extends Command
if(!empty($text)){
$data = [];
foreach ($matches[0] as $item){
$item = json_decode($item);
$data[] = [
'nickname'=>$item['name'],
'text'=>$item['comment'],
... ...