设置账号的消息提醒状态
static Future<bool> setNotify(String accId, bool notify) async { return (await NimCore.instance.userService .setMute(userId: accId, isMute: !notify)) .isSuccess; }