前台获取商品列表接口
POST
http://localhost:8085/sys/commodity-spu/list
请求参数
参数名
类型
描述
必填
typeId
string
示例:1
必填
pageindex
int
示例:1
必填
pagesize
int
示例:5
必填
keyword
string
示例:
必填
响应参数
参数名
类型
描述
必填
resultCode
int
示例:200
必填
resultMsg
string
示例:成功
必填
id
int
示例:1
必填
commodityNum
string
示例:TX008
必填
typeId
int
示例:1
必填
title
string
示例:圆领T恤
必填
cover
string
示例:
必填
message
string
示例:好看的T恤
必填
price
float
示例:12.21
必填
status
int
示例:2
必填
typeName
object
示例:null
必填
num
object
示例:null
必填
saleNum
object
示例:null
必填
total
int
示例:1
必填
size
int
示例:5
必填
current
int
示例:1
必填
orders
array
数据列表
必填
searchCount
boolean
示例:true
必填
pages
int
示例:1
必填