作者 lyh

gx脚本更新路由

... ... @@ -108,7 +108,7 @@ class UpdateBuildConfiguration extends Command
'text_type'=>1,
'title'=>$v['describe'][0]['title'] ?? '',
'sort'=>1,
'content'=>json_encode(['content'=>$v['describe'][0]['text'] ?? ''],true),
'content'=>json_encode(['content'=>$v['describe'][0]['text'] ?? ''],JSON_UNESCAPED_UNICODE | JSON_UNESCAPED_SLASHES),
'created_at'=>date('Y-m-d H:i:s'),
'updated_at'=>date('Y-m-d H:i:s')
];
... ...