feat: 本次提交更新内容如下

自动点赞新建功能完成
This commit is contained in:
笔记本里的永平
2025-07-23 17:24:42 +08:00
parent 618a17fb25
commit c913336547
3 changed files with 10 additions and 27 deletions

View File

@@ -108,7 +108,7 @@ export default function FriendSelection({
}
if (enableDeviceFilter && deviceIds.length > 0) {
params.deviceIds = deviceIds;
params.deviceIds = deviceIds.join(",");
}
const response = await getFriendList(params);