Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] getBlackList Cannot get the correct return value #164

Open
c1184405532 opened this issue Jan 15, 2025 · 2 comments
Open

[BUG] getBlackList Cannot get the correct return value #164

c1184405532 opened this issue Jan 15, 2025 · 2 comments

Comments

@c1184405532
Copy link

OpenIM Server Version

@openim/client-sdk ^0.0.11-ahpha.1,openim server v3.8.2

Operating System and CPU Architecture

Windows (AMD)

Deployment Method

Docker Deployment

Bug Description and Steps to Reproduce

  1. my js sdk is "@openim/client-sdk": "^0.0.11-ahpha.1",
  2. i use IMSDK.getBlackList() Cannot get the correct return value

Screenshots Link

企业微信截图_53248031-5b39-4c4f-802b-ade3443f147a

企业微信截图_f7f801c0-bf78-400c-9c05-67860900979a

@Bloomingg
Copy link
Member

In jssdk, this method is a paging request. Please refer to the type description file of the sdk and pass in the parameters as follows:

getBlackList({
  offset: 0,
  count: 20
})

@c1184405532
Copy link
Author

Once I added pagination, there was no problem

I looking document is <Browser/Electron/MiniProgram> ,Is this a misclassificatio?Where is the right one
Image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants