代码提交

This commit is contained in:
wong
2025-05-21 16:58:38 +08:00
parent 9bc6b2a977
commit cda47c03e6

View File

@@ -361,6 +361,7 @@ class WorkbenchJob
break;
}
Log::info("处理完毕切换回原账号 {$friend['friendId']}");
// 处理完毕切换回原账号
$automaticAssign->allotWechatFriend(['wechatFriendId' => $friend['friendId'], 'toAccountId' => $friend['accountId']], true);
} catch (\Exception $e) {