收藏
回答

wx.qy.sendChatMessage 返回 errCode:-100,这个错误码文档里没有?

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)

}

});

}

})


回答关注问题邀请回答
收藏

1 个回答

登录 后发表内容
问题标签