Skip to content

[BUG] In the mini program, when subscribing to the user status, the returned result is an empty list. #45

Open
@50mkw

Description

OpenIM Server Version

3.8.0

Operating System and CPU Architecture

Linux (AMD)

Deployment Method

Docker Deployment

Bug Description and Steps to Reproduce

IMSDK.subscribeUsersStatus(["1058783529",])
.then(({ data }) => {
// data: 用户在线状态详情列表
console.log(data); //这里打印的返回结果是[]
})
.catch(({ errCode, errMsg }) => {
// 调用失败
console.log(errMsg);
});

Screenshots Link

No response

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions