切换好友代码兼容

This commit is contained in:
wong
2025-07-08 10:20:18 +08:00
parent b757713d08
commit 9c69003085

View File

@@ -898,6 +898,7 @@ class ContentLibraryController extends Controller
//记录切换好友
$cacheKey = 'allotWechatFriend';
$cacheFriend = $friend;
$cacheFriend['friendId'] = $friend['id'];
$cacheFriend['time'] = time() + 120;
$maxRetry = 5;
$retry = 0;