10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
我注意到每次调用一下wx-tools里面的方法就会update一下里面的accessToken,但是微信是有调用限制的,怎么解决呢? 我的想法是通过redis来缓存accessToken,redis可以设置该值的过期时间,如果redis里面的被销毁了,那就获取新的accessToken,然后存储到redis中并使用