微信小程序APPID:wx59cfc5b39e51a17d
问题描述:
调用相关接口次数接近50万次后,在小程序后台-开发管理-接口设置-清空了接口调用量,查询次数显示是清理成功的(如下),但是继续调用相关接口却提示超过当天限制。
{"errcode":0,"errmsg":"ok","quota":{"daily_limit":500000,"used":4737,"remain":495263}}
调用接口:
https://api.weixin.qq.com/wxa/generatescheme
报错信息:
"errcode":44993,"errmsg":"reach max api day frequence limit rid: 631cb47f-00a1fd8e-665ee1e4"
scheme是小程序的接口,而且每天限制最多50万,不支持重置。