This commit is contained in:
wong
2025-12-23 11:22:28 +08:00
parent d914f097c0
commit 236ef09538

View File

@@ -763,6 +763,7 @@ class ContentLibraryController extends Controller
$item->sendTime = strtotime($param['sendTime']);
$item->resUrls = json_encode($param['resUrls'] ?? [], 256);
$item->urls = json_encode($param['urls'] ?? [], 256);
$item->ossUrls = json_encode($param['ossUrls'] ?? [], 256);
$item->senderNickname = '系统创建';
$item->coverImage = $param['coverImage'] ?? '';
$item->save();