wx.qy.sendChatMessage 调用ios 只能分享text 其他类型报错安卓机没问?
wx.qy.checkSession({ success () { wx.qy.sendChatMessage({ msgtype:'image', //消息类型,必填 enterChat: true, //为true时表示发送完成之后顺便进入会话,仅移动端3.1.10及以上版本支持该字段 text: { content:'', //文本内容 }, image: { mediaid: id, //图片的素材id }, video: { mediaid: id, //视频的素材id }, news: { link: , //H5消息页面url 必填 title: , //H5消息标题 desc: "", //H5消息摘要 imgUrl: }, miniprogram: { appid: title: imgUrl: page: }, success: function(res) { //todo: console.log('‘成功'); }, fail :function(res) { //todo: console.log(item.msgtype,'失败'); console.log(id,'失败'); console.log(res,'失败'); }, }); }, fail :function(res) { //todo: console.log(res,'登陆失败'); }, })