调用小程序的发送模板接口:https://api.weixin.qq.com/cgi-bin/message/wxopen/template/uniform_send
出现 errcode: 40013, errmsg: 'invalid appid rid: 634fae67-0f1a3e3b-0071396,
{
touser: '*****',
mp_template_msg: {
appid: 'wxe3d3f3f4277894c7',//公众号的app_id
template_id: '*******',
url: 'http://weixin.qq.com',
miniprogram: { appid: 'wxabaf197c1b61cbed', pagepath: '/pages/index/index' },
data: {
****
}
}
}
为什么出现40013呢?
你好,建议检查下appid是否准确https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/uniform-message/uniformMessage.send.html
不需要你说的绑定同一个开放平台;
需要:
1、同主体;
2、已关联;
3、服务号;
完事。