内容库ai改写

This commit is contained in:
wong
2025-07-25 14:49:53 +08:00
parent f56deb1476
commit e5694d9d44
2 changed files with 67 additions and 11 deletions

View File

@@ -173,7 +173,7 @@ class WorkbenchMomentsJob
'poiAddress' => '',
'poiName' => '',
'publicMode' => '',
'text' => $contentLibrary['content'],
'text' => !empty($contentLibrary['contentAi']) ? $contentLibrary['contentAi'] : $contentLibrary['content'],
'timingTime' => date('Y-m-d H:i:s', $sendTime),
'beginTime' => date('Y-m-d H:i:s', $sendTime),
'endTime' => date('Y-m-d H:i:s', $sendTime + 600),