微信公众号:小程序已经添加关联
以下是发送参数
{
"touser": "小程序的用户openid",
"mp_template_msg": {
"appid": "wxc9ace4166f6ac127",//这里填的是公众号appid
"template_id": "J9EeMdARCk4Idfq1gRp1i9uY0SVoDeYF0JsrnLPSwzA",
"url": "https://account.sz90.cn/?store_id=13/#/",
"miniprogram": {
"appid": "wxba11c4fb81b00971",//这里填的是小程序appid
"pagepath": "pages/tabBar/index"
},
"data": {
"thing2": {
"value": "测试发送积分名称",
"color": "#173177"
},
"character_string4": {
"value": "10.00",
"color": "#173177"
}
}
},
"access_token": "token"//这里填的是获取到的接口凭证
}
返回{"errcode":40037,"errmsg":"invalid template_id rid: 613ef2e3-5454a222-5efb75f6"}
模板ID 是 公众号appid 对应下的模板ID吗?
模板中,连个first都没有的,不是公众号的模板消息。
你好,检查是不是调用的这个接口?https://developers.weixin.qq.com/miniprogram/dev/api-backend/open-api/subscribe-message/subscribeMessage.send.html