• 淘宝API还能用来采集数据吗?taobao.item.get 接口还能用吗?


    我的app证书显示有天猫精品库和商品信息展示权限,而官方公告说已经收回权限;

    问题①:我有没有商品信息展示接口的权限?

     

     

    我在测试环境里面测试taobao.item.get,选择的是正式的数据环境;

    用系统分配的appkey能返回结果;

    而 用我的appkey 21657549,返回的是:“接口已下线,请参阅公告【http://club.alimama.com/read-htm-tid-5352340.html】完成改造”

    问题②:taobao.item.get下线了没有,为何系统分配的appkey可以获取数据,是因为你们的数据不同步的问题吗,还是什么原因?

     

     

     

     

    taobao.item.get

    21657549

    http://gw.api.taobao.com/router/rest(正式)

     

     

    $c = new TopClient;
    $c->appkey = appkey;
    $c->secretKey = secret;
    $req = new ItemGetRequest;
    $req->setFields("detail_url,num_iid,title,nick,type,cid,seller_cids,props,input_pids,input_str,desc,pic_url,num,valid_thru,list_time,delist_time,stuff_status,location,price,post_fee,express_fee,ems_fee,has_discount,freight_payer,has_invoice,has_warranty,has_showcase,modified,increment,approve_status,postage_id,product_id,auction_point,property_alias,item_img,prop_img,sku,video,outer_id,is_virtual");
    $req->setNumIid(35390403420);
    $resp = $c->execute($req, $sessionKey);
  • 相关阅读:
    2016年第七届蓝桥杯C/C++ A组国赛 —— 第一题:随意组合
    寻找段落
    攻击火星
    图论入门
    实数加法
    求 10000 以内 n 的阶乘
    大整数因子
    计算2的N次方
    大整数减法
    大整数加法
  • 原文地址:https://www.cnblogs.com/wangtongphp/p/3431776.html
Copyright © 2020-2023  润新知