https//api.weixin.qq.com/cgi-bin/stable_token
调用这个接口频繁报错信息
{"errcode":45009,"errmsg":"reach max api daily quota limit rid: 66af5305-17c11af0-04acc204"}
但是https://api.weixin.qq.com/cgi-bin/openapi/quota/get?access_token=ACCESS_TOKEN
调用提示 {"errcode":0,"errmsg":"ok","quota":{"daily_limit":500000,"used":0,"remain":500000},"rate_limit":{"call_count":10000,"refresh_second":60},"component_rate_limit":{"call_count":1050000,"refresh_second":60}}
可以把force_refresh 改成 false, 跟文档对齐再观察下