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;