公众号调用各接口时都需使用access_token,errcode返回-1需要怎么处理?
请求接口:
https请求方式: GET https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=APPID&secret=APPSECRET
我们有个别几个公众号频繁 返回errcode:-1,errmsg:system error rid: 5f421fc4-409e9d7d-63fe6788
查了一下官方文档:-1系统繁忙,此时请开发者稍候再试
但是系统繁忙这种需要我们开发者怎么处理呢?今天下午开始报警频繁。
报错实例:
返回值:{"errcode":-1,"errmsg":"system error rid: 5f422663-50d032e9-75f8742d"}
时间:2020-08-23 16:18