朋友圈采集优化

This commit is contained in:
wong
2025-07-29 09:43:32 +08:00
parent d78ff1e376
commit 28778a9566
5 changed files with 306 additions and 292 deletions

View File

@@ -534,6 +534,8 @@ class WebSocketController extends BaseController
'userName' => $momentEntity['userName'] ?? '',
'snsId' => $moment['snsId'] ?? '',
'type' => $moment['type'] ?? 0,
'title' => $moment['title'] ?? '',
'coverImage' => $moment['coverImage'] ?? '',
'update_time' => time()
];
if (!empty($momentId)) {