wx.qy.shareToExternalContact({
appid: "wx8bd80126147df384",//小程序的appid
title: "this is title", //小程序消息的title
imgUrl:"/appData/pic/pic1.jpg",//小程序消息的封面图
page:"/index/page.html", //小程序消息打开后的路径,注意要以.html作为后缀,否则在微信端打开会提示找不到页面
success: function(res) {
//todo:
}
});
能在page:"/index/page.html?a=1&b=2"传参吗?
你好,这个企业微信后台是没有限制的,page字段可以带参数