文档
测试

商品列表

POST
localhost:10000/product/spuinfo/list

响应参数

参数名
类型
描述
必填
page
object
数据字典
必填
totalCount
int
示例:0
必填
pageSize
int
示例:10
必填
totalPage
int
示例:0
必填
currPage
int
示例:0
必填
list
array
数据集合
必填
id
bigint
商品id
必填
spu_name
String
商品名称
必填
spu_description
String
商品描述
必填
catalog_id
bigint
所属分类id
必填
brand_id
bigint
品牌id
必填
weight
decimal
商品重量
必填
publish_status
int
上架状态[0-新建,1-上架,2-下架]
必填
creat_time
date
创建时间
必填
update_time
date
修改时间
必填
mag
string
返回状态信息
必填
code
int
返回状态码
必填

说明 / 示例

{ "msg": "success", "code": 0, "page": { "totalCount": 0, "pageSize": 10, "totalPage": 0, "currPage": 1, "list": [ { "id": 1, "spuName": "iphone12ProMax", "spuDescription": " 白色 支持移动联通电信5G 双卡双待手机", "catalogId": 10, "brandId": null, "weight": 13, "publishStatus": 1, "creatTime": null, "updateTime": null }, { "id": 2, "spuName": "Apple iPhone 12 Pro ", "spuDescription": " (A2408) 256GB 海蓝色 支持移动联通电信5G 双卡双待手机", "catalogId": 10, "brandId": null, "weight": 13, "publishStatus": 1, "creatTime": null, "updateTime": null }, { "id": 3, "spuName": "Apple iPad Air ", "spuDescription": " 平板电脑( 2020年新款 64G WLAN版/A14芯片/触控ID/全面屏MYFQ2CH/A)天蓝色", "catalogId": 10, "brandId": null, "weight": 13, "publishStatus": 1, "creatTime": null, "updateTime": null } ] } }