您好,自从8月7日以来,我司拉取微信粉丝用户信息列表接口一直报80001错误,详细错误如下:
com.youzan.open.sdk.exception.KDTException: ErrorResponse{code='80001', msg='服务请求失败,请重试!'}
重试2次后还是一样的结果,第三次以上报52001错误。
店铺ID:15013805
环境:JDK1.7、open-sdk-java-2.0.2,
调用方式:
String token = YZOpenTool.getAccessToken();
YZClient client = new DefaultYZClient(new Token(token));
YouzanUsersWeixinFollowersPullParams youzanUsersWeixinFollowersPullParams = new YouzanUsersWeixinFollowersPullParams();
youzanUsersWeixinFollowersPullParams.setAfterFansId(0L);
youzanUsersWeixinFollowersPullParams.setPageSize(50L);
YouzanUsersWeixinFollowersPull youzanUsersWeixinFollowersPull = new YouzanUsersWeixinFollowersPull();
youzanUsersWeixinFollowersPull.setAPIParams(youzanUsersWeixinFollowersPullParams);
YouzanUsersWeixinFollowersPullResult result = client.invoke(youzanUsersWeixinFollowersPull);
其他接口拉取信息暂时正常,确认token无误。
请帮忙核实处理,并告知错误原因。
谢谢!
本帖最后由 洽洽食品 于 2017-9-19 11:55 编辑
|