exports.main = async (event, context) => {
const wxContext = cloud.getWXContext()
await cloud.openapi.customerServiceMessage.send({
touser: wxContext.OPENID,
msgtype: 'text',
text: {
content: 'mp.weixin.qq.com/mp/profile__ext?action=home&__biz=***********==&scene=123'
}
})
return 'success''
}
其中字段“***********”为公众号openid,目的是实现点击链接进入公众号
段中mp.weixin.qq.com/mp/profile__ext中最后一个字符不是t时,可以正常运行,下发用户信息,但是链接不可用了,
调试基础库为2.11.0
errcode=40155, errmsg=请不要包含其他主页url提示 说的很清楚了