有赞新零售社区

发帖
API使用问题»调用接口问题,急。。。。

调用接口问题,急。。。。

b1266225b78b 2017-08-16 1062 浏览 1 评论 | 只看楼主 [打印]
Auth auth = new Sign(APP_ID,APP_SECRET);
                        YZClient client = new DefaultYZClient(auth); //new Sign(appKey, appSecret)
                        YouzanItemGetParams youzanItemGetParams = new YouzanItemGetParams();
                        youzanItemGetParams.setItemId(345122270l);
                        YouzanItemGet youzanItemGet = new YouzanItemGet();
                        youzanItemGet.setAPIParams(youzanItemGetParams);
                        YouzanItemGetResult skus_result = client.invoke(youzanItemGet);
java.lang.RuntimeException: com.fasterxml.jackson.databind.JsonMappingException: Unexpected token (VALUE_NUMBER_INT), expected END_ARRAY: Attempted to unwrap single value array for single 'String' value but there was more than a single value in the array


用手机打开
收藏 ··· 回复
    应该token这里处理有问题,参考下demo:
    YZClient client = new DefaultYZClient(new Token("token")); //new Sign(appKey, appSecret)

      1跳至
      您需要登录后才可以回帖 登录 | 立即注册

      本版积分规则

      复制链接
      新浪微博
      QQ空间
      微信扫码
      • 回复

      • 评分

      客服工作时间是9:00-18:00,客服妹子当前不在线,若不能及时回复请谅解。试试右上角的搜索吧,论坛有丰富的经验贴、公告贴,相信一定能够帮到您~

      复制成功