From 236ef09538a42cea91d4a8c4ce0f62013c089063 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Tue, 23 Dec 2025 11:22:28 +0800 Subject: [PATCH] 1111 --- .../application/cunkebao/controller/ContentLibraryController.php | 1 + 1 file changed, 1 insertion(+) diff --git a/Server/application/cunkebao/controller/ContentLibraryController.php b/Server/application/cunkebao/controller/ContentLibraryController.php index c0ff445c..ccf91f94 100644 --- a/Server/application/cunkebao/controller/ContentLibraryController.php +++ b/Server/application/cunkebao/controller/ContentLibraryController.php @@ -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();