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();