收藏
回答

是否可以获取到已有群聊的chatId?

在js-sdk中 的openExistedChatWithMsg 方法中 需要chatId,请问一下这个如何获取?

wx.invoke("openExistedChatWithMsg", {
                chatId: "chatId123",
                msg: {
                    msgtype: "link",
                    link: {
                            title: "title1",
                            desc: "desc1",
                            url: "link1",
                            imgUrl: "imgurl1"
                    }
                 }
        },function(res){
                if (res.err_msg == "openExistedChatWithMsg:ok")
                {
                }
        }
);


最后一次编辑于  2021-09-13
回答关注问题邀请回答
收藏

1 个回答

  • html
    html
    2021-10-11

    可以让后端去获取,在接口返回给你

    2021-10-11
    有用
    回复
登录 后发表内容