小程序模板消息后台接口获取不到。
getTemplateList
https://api.weixin.qq.com/cgi-bin/wxopen/template/list?access_token=ACCESS_TOKEN
这个接口一直返回的是空 ,{ errcode: 0, errmsg: 'ok', list: [] }。
这种的我该怎么处理?
getTemplateLibraryById
https://api.weixin.qq.com/cgi-bin/wxopen/template/library/get?access_token=ACCESS_TOKE
{ errcode: 40037,
errmsg: 'invalid template_id hint: [N5US7a06541891]' }
根据id查也查不到。
是否忘记post json参数了?
传了,这都返回成功了,就是个空数组,{ errcode: 0, errmsg: 'ok', list: [] }
一语惊醒梦中人啊,刚去试了下果然是我post的json数据不对;
主要也是那个template_id用错地方了。
大佬, 你这个是怎么成功的啊,
数据传对就ok了,最后不成功的原因是form_id造成的,这个值不能传prepay_id,只能传formid
麻烦检查一下template_id是否有误
不行呢,还是报错invalid template_id,我是直接复制的id。
再说list接口,咋返回了个空数组。难道模板要审核吗?
提供一下APPID
wx4178afe1250109f9
我的这个怎么样了