https://api.weixin.qq.com/cgi-bin/token?grant_type=client_credential&appid=%s&secret=%s
想问下这个接口最近两天在晚上18点到凌晨00:00:00的调用是不返回数据吗?
accessToken = (String) jsonObject.get("access_token");
expiresAt = Long.parseLong(jsonObject.get("expires_in") + "") * 1000 + System.currentTimeMillis();
我代码在解析expires_in的时候报错了,expires_in微信返回的是null,导致格式化异常,这个接口是有调用次数的限制吗?还是最近官方做了什么变动,夜间不返回数据了?
你好,不可能,建议自查。平台未做相关变动
白天是不会报错的,正常都会返回数据
jsonObject没打印日志,在夜间不返回,凌晨一点不算夜间?