wx.invoke('sendChatMessage', {
msgtype:"miniprogram", //消息类型,必填
enterChat: true, //为true时表示发送完成之后顺便进入会话,仅移动端3.1.10及以上版本支持该字段
miniprogram:
{
appid: '',//小程序的appid,企业已关联的任一个小程序
title: '', //小程序消息的title
imgUrl: '',//小程序消息的封面图。必须带http或者https协议头,否则报错 $apiName$:fail invalid imgUrl
page: '/pages/index/index', //小程序消息打开后的路径,注意要以.html作为后缀,否则在微信端打开会提示找不到页面
},
}, function(res) {
if (res.err_msg == 'sendChatMessage:ok') {
//发送成功
console.log('发送成功')
}
})
这个方法能否发送体验版小程序
大佬,原生小程序怎么调用这个 方法呢,我调用这个方法 报错 :thirdScriptError wx.qy.sendChatMessage is not a function;at App testF function