原因:aes密钥错了
请问一下接收到的ticket处理时候报错是什么原因?[图片] [图片]
2023-11-14public static String getH5AuthorAccessToken(String appId, String code, String componentAppId, String componentAccessToken) { String oauth_access_token = "https://api.weixin.qq.com/sns/oauth2/component/access_token?appid=WECHATAPPID&code=CODE&grant_type=authorization_code&component_appid=COMPONENTAPPID&component_access_token=COMPONENT_ACCESS_TOKEN"; String url = oauth_access_token.replace("WECHATAPPID", appId).replace("CODE", code) .replace("COMPONENTAPPID", componentAppId).replace("COMPONENT_ACCESS_TOKEN", componentAccessToken); Map<String, String> header = new HashMap<String, String>(); String reuslt = HttpUtilHelper.httpGet(url, header); return reuslt; }
40090ip白名单添加过,但是还是返回ip不在白名单?{"errcode":40090,"errmsg":"invalid request source (bad client ip), requestIP: 49.4.8.**, rid: 6485eb67-161dbd13-49adffd4"}
2023-06-12[图片] 收到最新的ticket,去请求接口还是报错[图片]{"errcode":61005,"errmsg":"component ticket is expired rid: 6476aa20-219c6723-61912148"}
刚调用的tickt 61005 提示失效如何排查?{"errcode":61005,"errmsg":"component ticket is expired rid: 6475af58-7f9b0768-557b152a"}
2023-05-31