小程序云开发环境共享给公众号,接收公众号的用户消息,回复发送link消息给用户报错:
Error: errCode: 40003 | errMsg: openapi.customerServiceMessage.send:fail invalid openid rid: 67317881-75b4d516-3fe67e7e at callWXOpenAPI (/var/user/node_modules/wx-server-sdk/index.js:2392:31)
发送消息的参数openid取自用户消息的“FromUserName”,调试打印出来是正确的。
{
touser: openid,
msgtype: 'link',
link: { title, description, url, thumb_url }
}
不知为何报错
查出来原因了,调用openapi需要指定公众号的appid:
cloud.openapi({appid}).customerServiceMessage.send