接口:https://api.weixin.qq.com/wxaapi/newtmpl/gettemplate
我想知道这个接口的调用频次限制是多少?可以更改吗
调用时候返回错误
{"errcode":45009,"errmsg":"reach max api daily quota limit rid: 63ea1d73-204b1cb4-137b9f0a"}
path:/wxaapi/newtmpl/gettemplate body:null resp:{"errcode":45009,"errmsg":"reach max api daily quota limit rid: 63ea1d73-204b1cb4-137b9f0a"}
可以调用这个接口查询 API 调用额度:https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/openApi-mgnt/getApiQuota.html
如需重置 API 调用次数可以调用这个:https://developers.weixin.qq.com/miniprogram/dev/OpenApiDoc/openApi-mgnt/clearQuota.html (每个帐号每月共10次清零操作机会,清零生效一次即用掉一次机会。)