- 商城管理
- 用户注册
- 用户信息
- 用户开户
- 用户等级
- 用户充值
- 客服中心
- 用户提现
- 用户商品
- 用户订单
- 店铺信息
- 工作日志
- 脚本任务
- 上传图片
商品列表
开发中
开发环境
开发环境
GET
/api/Index/product_list
请求参数
Query 参数
mall
integer
商城ID
示例值:
1
cate
integer
分类ID
示例值:
2
is_hot
integer
必需
示例值:
1
key
string
搜索关键词
示例值:
亚马逊商品
sort
integer
可选
示例值:
0
page
integer
分页
示例值:
1
limit
integer
页数
示例值:
10
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://172.24.66.61/aimall/public/api/Index/product_list?mall=1&cate=2&is_hot=1&key=亚马逊商品&sort=0&page=1&limit=10'
返回响应
🟢200成功
application/json
Body
code
integer
必需
msg
string
必需
data
array [object {8}]
必需
id
integer
商品ID
mall
string
所属商城
name
string
商品名称
img
string
商品图片
price
string
商品价格:$
profit_price
string
商品利润:$
init_volume
integer
初始销量
volume
integer
销量
total
integer
必需
示例
{
"code": 200,
"msg": "商品列表",
"data": [
{
"id": 13033,
"mall": "3",
"name": "Nine West Women's Bracelet Watch",
"img": "http://172.24.66.61/aimall/public/uploads/product/fileClothing_Shoes_Jewelry_Watches_/71LmF0j+BfL._AC_UL960_FMwebp_QL65_.jpg",
"price": "18.00",
"profit_price": "1.80",
"init_volume": 0,
"volume": 0
},
{
"id": 13032,
"mall": "3",
"name": "Anne Klein Women's Date Function Bracelet Watch",
"img": "http://172.24.66.61/aimall/public/uploads/product/fileClothing_Shoes_Jewelry_Watches_/71HA+YjsWcL._AC_UL960_FMwebp_QL65_.jpg",
"price": "25.00",
"profit_price": "4.00",
"init_volume": 0,
"volume": 0
},
{
"id": 13031,
"mall": "3",
"name": "Rolex Oyster Perpetual Sky-Dweller Blue dial 326934",
"img": "http://172.24.66.61/aimall/public/uploads/product/fileClothing_Shoes_Jewelry_Watches_/61cCMCejRJL._AC_UL960_FMwebp_QL65_.jpg",
"price": "24995.00",
"profit_price": "6748.65",
"init_volume": 0,
"volume": 0
},
{
"id": 13030,
"mall": "2",
"name": "COSSINIGE Mens Digital Waterproof Military Watch for Men Black Dive Tactical Sports Minimalist Ultra-Thin Wrist Watch",
"img": "http://172.24.66.61/aimall/public/uploads/product/fileClothing_Shoes_Jewelry_Watches_/61CMuAhGp0L._AC_UL960_FMwebp_QL65_.jpg",
"price": "22.00",
"profit_price": "5.06",
"init_volume": 0,
"volume": 0
},
{
"id": 13029,
"mall": "4",
"name": "Timex Men's Easy Reader Watch",
"img": "http://172.24.66.61/aimall/public/uploads/product/fileClothing_Shoes_Jewelry_Watches_/71fpYMk8LYS._AC_UL960_FMwebp_QL65_.jpg",
"price": "38.00",
"profit_price": "7.22",
"init_volume": 0,
"volume": 0
},
{
"id": 13028,
"mall": "2",
"name": "Timex Men's Expedition Acadia 40mm Watch – Black Case Black Dial with Black & Brown Leather & Fabric Strap",
"img": "http://172.24.66.61/aimall/public/uploads/product/fileClothing_Shoes_Jewelry_Watches_/91KRgOuTFDL._AC_UL960_FMwebp_QL65_.jpg",
"price": "37.00",
"profit_price": "10.36",
"init_volume": 0,
"volume": 0
},
{
"id": 13027,
"mall": "4",
"name": "Nine West Women's Floral Dial Smooth Strap Watch",
"img": "http://172.24.66.61/aimall/public/uploads/product/fileClothing_Shoes_Jewelry_Watches_/91tFCHrU6zL._AC_UL960_FMwebp_QL65_.jpg",
"price": "17.00",
"profit_price": "3.74",
"init_volume": 0,
"volume": 0
},
{
"id": 13026,
"mall": "5",
"name": "Anne Klein Women's Resin Bracelet Watch",
"img": "http://172.24.66.61/aimall/public/uploads/product/fileClothing_Shoes_Jewelry_Watches_/815l-fWkgmL._AC_UL960_FMwebp_QL65_.jpg",
"price": "26.00",
"profit_price": "6.50",
"init_volume": 0,
"volume": 0
},
{
"id": 13025,
"mall": "4",
"name": "Casio LQ139A-1B3 Series | Watches for Women | Classic Analog Watch | Black | Water Resistant | Easy to Read Display | Li",
"img": "http://172.24.66.61/aimall/public/uploads/product/fileClothing_Shoes_Jewelry_Watches_/61mwxJmJT0L._AC_UL960_FMwebp_QL65_.jpg",
"price": "14.00",
"profit_price": "1.40",
"init_volume": 0,
"volume": 0
},
{
"id": 13024,
"mall": "5",
"name": "Armitron Sport Unisex Digital Chronograph Nylon Strap Watch, 45-7004",
"img": "http://172.24.66.61/aimall/public/uploads/product/fileClothing_Shoes_Jewelry_Watches_/81dVjlmIgUL._AC_UL960_FMwebp_QL65_.jpg",
"price": "14.00",
"profit_price": "3.64",
"init_volume": 0,
"volume": 0
}
],
"total": 12870
}
修改于 2025-03-27 07:29:52