wx.qy.checkSession({
success: function () {
wx.qy.sendChatMessage({
msgtype:"miniprogram", //消息类型,必填
miniprogram:
{
appid: app.globalData.appid,//小程序的appid
title: "支付", //小程序消息的title
imgUrl:"/corp/payment.jpeg",//小程序消息的封面图
page:"/index/pay.html", //小程序消息打开后的路径,注意要以.html作为后缀,否则在微信端打开会提示找不到页面
},
success: function(res) {
that.logInfo('---send message success:',res)
},
fail:function(err){
that.logInfo('---send message fail:',err,err.errMsg)
}
});
}
})
您好,可以提供一下下面模板提供详细要素排查问题:
问题描述:
企业ID(corpid):
小程序appid:
出现问题的手机号:
调用接口:
出现问题时间点(具体到月日时分):
提供一下出现问题的机型和企业微信版本,以及能复现问题的简单代码片段(https://developers.weixin.qq.com/miniprogram/dev/devtools/minicode.html)
截图: