获得过 0 次赞
回答过的问题获得 0 次赞
分享过的文章/案例获得 0 次赞
评论与回复获得 0 次赞
可以让后端去获取,在接口返回给你
是否可以获取到已有群聊的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-10-11