wx.qy.sendChatMessage({
msgtype:"miniprogram", //消息类型,必填
enterChat: true, //为true时表示发送完成之后顺便进入会话,仅移动端3.1.10及以上版本支持该字段
miniprogram:
{
appid: "",//小程序的appid
title: "客户认证", //小程序消息的title
imgUrl: '../../static/shareImg2.jpg',//小程序消息的封面图
page:'/pages/index/index.html'
},
success: function(res) {
//todo:
}
});
解决了吗
网络地址图片可以吧?