收藏
回答

openapi.customerServiceMessage.send:fail

框架类型 问题类型 终端类型 AppID 环境ID 基础库版本
小程序 Bug 微信iOS客户端 wx83e281f186d567f6 alivestech-5guwc9b968b8dd66 2.20.0

小程序云开发环境共享给公众号,接收公众号的用户消息,回复发送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 }

}

不知为何报错

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

1 个回答

  • 爱来时
    爱来时
    11-11

    查出来原因了,调用openapi需要指定公众号的appid:

    cloud.openapi({appid}).customerServiceMessage.send

    11-11
    有用
    回复
登录 后发表内容
问题标签