openimsdk / open-im-uniapp-demo

IM
https://openim.io
GNU General Public License v3.0
136 stars 99 forks source link

Bug: 调用黑名单api出现闪退 #53

Closed chen459236681 closed 2 months ago

chen459236681 commented 6 months ago

What happened?

const funcName = this.checkedm ? IMSDK.IMMethods.AddBlack : IMSDK.IMMethods.RemoveBlack; IMSDK.asyncApi(funcName, IMSDK.uuid(), this.id) .catch((err) => this.showToast("操作失败")) .finally(() => (this.blackLoading = false));

在ios端,调用黑名单api出现闪退,X和11.。其他机型估计也是。安卓不会

What did you expect to happen?

1

How can we reproduce it (as minimally and precisely as possible)?

1

Anything else we need to know?

1

version

```console $ {name} version # paste output here ```

Cloud provider

OS version

```console # On Linux: $ cat /etc/os-release # paste output here $ uname -a # paste output here # On Windows: C:\> wmic os get Caption, Version, BuildNumber, OSArchitecture # paste output here ```

Install tools

lgz5689 commented 5 months ago

黑名单api 参数在3.5.1已经发生修改 doc