From 9c69003085b6916f1de0045eeef2a6a55a9e94b2 Mon Sep 17 00:00:00 2001 From: wong <106998207@qq.com> Date: Tue, 8 Jul 2025 10:20:18 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=87=E6=8D=A2=E5=A5=BD=E5=8F=8B=E4=BB=A3?= =?UTF-8?q?=E7=A0=81=E5=85=BC=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../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 8fdf96c9..91043612 100644 --- a/Server/application/cunkebao/controller/ContentLibraryController.php +++ b/Server/application/cunkebao/controller/ContentLibraryController.php @@ -898,6 +898,7 @@ class ContentLibraryController extends Controller //记录切换好友 $cacheKey = 'allotWechatFriend'; $cacheFriend = $friend; + $cacheFriend['friendId'] = $friend['id']; $cacheFriend['time'] = time() + 120; $maxRetry = 5; $retry = 0;