1688详情,搜索,店铺,图搜

简要描述\n根据商品id获取详情数据\n请求URL\nhttp://xxx.xxx.xxx.xxx:xxxx/get_item\n请求方式\nget\n请求Query参数\n参数名 示例值 必选 类型 说明\nitemid 590347769363 是 string 商品id\ntoken admin.api 是 string 权限token\nsales_data 2 是 string 2\nchannel 0 否 string 1 分销 2订货 默认 0 现货可以不传\n简要描述\n搜索商品\n请求URL\nhttp://xxx.xxx.xxx.xxx:xxxx/offer_search\n请求方式\nget\n请求Query参数\n参数名 示例值 必选 类型 说明\nkeywords 裙子 是 string 关键词\ntoken admin.api 是 string 权限token\npageIndex 1 是 string 页\n简要描述\n根据userid获取数据\n请求URL\nhttp://xxx.xxx.xxx.xxx:xxxx/asynSearch\n请求方式\nget\n请求Query参数\n参数名 示例值 必选 类型 说明\nmemberId b2b-38303414980a290 是 string 详情接口中的 sellerMemberId\ntoken admin.api 是 string 权限token\npageIndex 1 是 string 无\npagesize 20 是 string 无\nsortType pricedown 是 string wangpu_score 综合 timedown 新品 tradenumdown 销量 priceup 价格升序 pricedown 价格降序\n简要描述\n图片搜索商品\n请求URL\nhttp://xxx.xxx.xxx.xxx:xxxx/img_search\n请求方式\nget\n请求Query参数\n参数名 示例值 必选 类型 说明\nimg_url http://g.search2.alicdn.com/img/bao/uploaded/i4/i3/2261839620/O1CN01sxXCTh2Kw0k7oNlsw_!!0-item_pic.jpg 是 string 图片链接\ntoken admin.api 是 string 权限token\npageIndex 1 是 string 无

相关推荐
IVEN_32 分钟前
只会Python皮毛?深入理解这几点,轻松进阶全栈开发
python·全栈
Ray Liang2 小时前
用六边形架构与整洁架构对比是伪命题?
java·python·c#·架构设计
AI攻城狮2 小时前
如何给 AI Agent 做"断舍离":OpenClaw Session 自动清理实践
python
千寻girling2 小时前
一份不可多得的 《 Python 》语言教程
人工智能·后端·python
AI攻城狮5 小时前
用 Playwright 实现博客一键发布到稀土掘金
python·自动化运维
曲幽6 小时前
FastAPI分布式系统实战:拆解分布式系统中常见问题及解决方案
redis·python·fastapi·web·httpx·lock·asyncio
孟健20 小时前
Karpathy 用 200 行纯 Python 从零实现 GPT:代码逐行解析
python
码路飞1 天前
写了个 AI 聊天页面,被 5 种流式格式折腾了一整天 😭
javascript·python
曲幽1 天前
FastAPI压力测试实战:Locust模拟真实用户并发及优化建议
python·fastapi·web·locust·asyncio·test·uvicorn·workers