feat: 本次提交更新内容如下
自动点赞新建功能完成
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user