小程序生成urllink报错生成上限,使用接口清楚限制后还是报错
https://api.weixin.qq.com/wxa/generate_urllink 和 https://api.weixin.qq.com/wxa/generatescheme
报错信息
{"errcode":44993,"errmsg":"reach max api day frequence limit rid: 631cb47a-61e319fb-3b7adbaa"}
{"errcode":44993,"errmsg":"reach max api day frequence limit rid: 631cad61-143a187f-516cc35b"}
文档链接:https://developers.weixin.qq.com/doc/offiaccount/openApi/clear_quota.html
后面我用这个接口清空之后,然后再用查询的接口【查询openAPI调用quota
:https://developers.weixin.qq.com/doc/offiaccount/openApi/get_api_quota.html】后,调用次数返回
{"errcode":0,"errmsg":"ok","quota":{"daily_limit":500000,"used":4737,"remain":495263}}
这里显示清楚了,但是还是报错
scheme是小程序的接口,而且每天限制最多50万,不支持重置。