php获取淘宝/天猫上传图片到淘宝 API(拍立淘api)

公共参数

名称 类型 必须 描述
key String 申请免费调用key(必须以GET方式拼接在URL中)
secret String 调用密钥
api_name String API接口名称(包括在请求地址中)item_search,item_get,item_search_shop等
cache String yes,no默认yes,将调用缓存的数据,速度比较快
result_type String json,jsonu,xml,serialize,var_export返回数据格式,默认为json,jsonu输出的内容中文可以直接阅读
lang String cn,en,ru翻译语言,默认cn简体中文
version String API版本

请求参数

请求参数:imgcode=https://img14.360buyimg.com/n0/jfs/t1/52280/38/7464/140698/5d511f6bE08290bd7/f0bb32ddb47451e8.jpg

参数说明:imgcode:base64加密后的图片内容(post方式)

响应参数

名称 类型 必须 示例值 描述
status Int 0 1 状态码
name String 0 TB14_f0bsrrK1Rjy1zeXXXalFXa 图片名称
url String 0 //g-search3.alicdn.com/img/bao/uploaded/i4/TB14_f0bsrrK1Rjy1zeXXXalFXa 图片URL
error String 0 false 错误信息
extraInfo String 0 width:430height:430size=26429 图片额外信息
相关推荐
金銀銅鐵5 分钟前
用 Tkinter 实现简单的猜数字游戏
后端·python
copyer_xyf23 分钟前
Python 模块与包的导入导出
前端·后端·python
ice8130331811 小时前
【Python】Matplotlib折线图绘制
开发语言·python·matplotlib
copyer_xyf1 小时前
Python venv 虚拟环境
前端·后端·python
林爷万福2 小时前
GitHub 开源光谱数据处理项目推荐
python·光纤光谱仪
copyer_xyf2 小时前
Python 如何同时做很多事:进程、线程、协程
前端·后端·python
Full Stack Developme2 小时前
Spring Bean 依赖注入
python·spring·log4j
yuhuofei20212 小时前
【Python入门】Python中的元组tuple
python
清水白石0083 小时前
从菱形继承到 `super()`:彻底理解 Python MRO 与多继承方法查找机制
开发语言·python
CTA终结者4 小时前
期货量化下单前资金怎么核对:天勤 get_account 与可用、权益字段
python·区块链