1、开篇
taobao.item_get获得淘宝商品详情
公共参数
名称 | 类型 | 必须 | 描述 |
---|---|---|---|
key | String | 是 | 调用key(免费测试) |
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版本 |
请求参数
请求参数:num_iid=652874751412&is_promotion=1
参数说明:num_iid:淘宝商品ID
is_promotion:是否获取取促销价
响应参数
Version: Date:2022-04-04
名称 | 类型 | 必须 | 示例值 | 描述 |
---|---|---|---|---|
item | item[] | 1 | 宝贝详情数据 |
2、用户相关
2.1、登录/退出
简要描述:
- 用户登录API
请求URL:
http://xx.com/api/login
请求方式:
- POST
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
phone_number | 是 | int | 手机号码 |
code | 是 | int | 验证码 |
type | 类型 | tinyint | 1 :7天 2:30天,默认传递2 |
返回示例
{
status: 1,
message: "OK",
result: [ ]
}
返回参数说明
简要描述:
- 用户退出登录接口
请求URL:
http://xx.com/api/logout
请求方式:
-
POST GET
-
备注
-
更多返回错误代码请看首页的错误代码描述
备注
-
更多返回错误代码请看首页的错误代码描述
2.2、发送验证码
简要描述:
- 获取短信验证码API
请求URL:
http://xx.com/api/smscode
请求方式:
- POST
参数:
参数名 | 必选 | 类型 | 说明 |
---|---|---|---|
phone_number | 是 | int | 手机号码 |
返回示例
{
"status": 1,
"message":"发送成功",
"result":123
}
返回参数说明
参数名 | 类型 | 说明 |
---|---|---|
status | int | 状态:1成功, 0失败, -1不能重新发送 |
message | string | 消息提示 |
备注
- 更多返回错误代码请看首页的错误代码描述
欢迎使用ShowDoc!
2.3、个人中心
简要描述:
- 用户个人中心数据
请求URL:
http://xx.com/api/user
请求方式:
-
GET
-
用户个人中心数据
请求URL:
http://xx.com/api/user/1
请求方式:
- PUT
参数:username:用户名 sex: 0:保密, 1男, 2女。
备注
- 更多返回错误代码请看首页的错误代码描述
3、首页相关
3.1、获取轮播图
简要描述:
- 获取轮播图
请求URL:
http://xx.com/api/index/getRotationChart
请求方式:
-
GET
返回示例
{
status: 1,
message: "ok",
result: [
{
id: 1,
title: "abcd",
image: "http://testmall.singwa.com/static/upload/image/1.jpg"
},
{
id: 2,
title: "abcd",
image: "http://testmall.singwa.com/static/upload/image/3.jpg"
},
{
id: 3,
title: "abcd",
image: "http://testmall.singwa.com/static/upload/image/3.jpg"
},
{
id: 4,
title: "abcd",