收藏
回答

清空接口调用次数后,还是报reach max api daily quota limit,怎么解?

一开始调用这个接口(获取公众号关联的小程序)

https://api.weixin.qq.com/cgi-bin/wxopen/wxamplinkget

接口返回

{"errcode":45009,"errmsg":"reach max api daily quota limit rid: 62f9fa34-010730e4-67838b36"}

然后就调用下面的接口,清空调用次数。

curl -X POST -H 'Content-Type:application/json' -d '{"appid":"appid"}' 'https://api.weixin.qq.com/cgi-bin/clear_quota?access_token=token'

情况接口调用成功,返回{"errcode":0,"errmsg":"ok"}

过了一会儿之后,再次调用"/cgi-bin/wxopen/wxamplinkget",依然提示{"errcode":45009,"errmsg":"reach max api daily quota limit rid: 62f9fdb2-2e2dddb7-363d5eb7"}。

这种问题怎么解决?PS:我们是第三方平台,上面两个接口都是我们代公众号调取的。

回答关注问题邀请回答
收藏
登录 后发表内容