有赞新零售社区

发帖
API使用问题»获取在售商品列表问题

获取在售商品列表问题

653d1819880b 2018-07-12 961 浏览 2 评论 | 只看楼主 [打印]
根据有赞开放API提供的SDK请求实例代码如下:YZClient client = new DefaultYZClient(new Token("xxxx")); //new Sign(appKey, appSecret)CarmenYouzanItemsOnsaleGetCopyParams carmenYouzanItemsOnsaleGetCopyParams = new CarmenYouzanItemsOnsaleGetCopyParams();CarmenYouzanItemsOnsaleGetCopy carmenYouzanItemsOnsaleGetCopy = new CarmenYouzanItemsOnsaleGetCopy();carmenYouzanItemsOnsaleGetCopy.setAPIParams(carmenYouzanItemsOnsaleGetCopyParams);CarmenYouzanItemsOnsaleGetCopyResult result = client.invoke(carmenYouzanItemsOnsaleGetCopy);SDK里根本无CarmenYouzanItemsOnsaleGetCopyParams()、CarmenYouzanItemsOnsaleGetCopy() 这两个方法
用手机打开
收藏 ··· 回复
    653d1819880b 青铜   2018-07-12 | 只看该作者
    尝试将这两个方法修改成这样不知是否正确:YouzanItemsOnsaleGet youzanItemsOnsaleGet = new YouzanItemsOnsaleGet();
    youzanItemsOnsaleGet.setAPIParams(youzanItemsOnsaleGetParams);
    YouzanItemsOnsaleGetResult result = client.invoke(youzanItemsOnsaleGet);

      admin   铂金   2018-07-13 | 只看该作者
      对的,api文档上有示例,可直接参考 https://www.youzanyun.com/apilis ... an.items.onsale.get

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

        本版积分规则

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

        • 评分

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

        复制成功