ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 淘宝官方商品库大全—API物料id表 (物料ID可看成分类id) https://market.m.taobao.com/app/qn/toutiao-new/index-pc.html#/detail/10628875?_k=gpov9a 1.商品列表 ~~~[api] get:https://yxl.1yuantuoke.com/api/tao/product_list page#第几页 limit#条数 material_id#淘宝的物料id,可选,默认为大额卷商品 <<< success <<< error ~~~ 2.商品详情 ~~~[api] get:https://yxl.1yuantuoke.com/api/tao/product_detail product_id#商品id <<< success <<< error ~~~ 3.商品搜索 ~~~[api] get:https://yxl.1yuantuoke.com/api/tao/product_search page#第几页 limit#条数 search#搜索词 <<< success <<< error ~~~ 4.商品推荐 ~~~[api] get:https://yxl.1yuantuoke.com/api/tao/product_similar page#第几页 limit#条数 product_id#商品id <<< success <<< error ~~~ 5.猜你喜欢 ~~~[api] get:https://yxl.1yuantuoke.com/api/tao/product_like page#第几页 limit#条数 <<< success <<< error ~~~