搜索商品
POST
/product/v1/searchProducts
接口描述
关键词,当前页,每页条数为必填,其它选填,sort排序值可选为price shelfDate monthlySalesVolume praiseRate
请求头
参数名
类型
描述
必填
Content-Type
String
application/json
必填
请求参数
参数名
类型
描述
必填
storeId
int
店铺id
可选
searchName
Strng
搜索关键词名称
必填
page
int
当前页数
必填
size
int
每页显示条数
必填
sort
String
通过什么排序,如价格,销量
可选
order
String
ASC:升序,DESC:降序
可选
searchFiltersDTO
Object
筛选条件
可选
servers
list
精选服务
可选
minPrice
double
最低价格
可选
maxPrice
double
最高价格
可选
Province
String
省
可选
city
String
市
可选
响应参数
参数名
类型
描述
必填
code
响应状态
必填
msg
响应信息
必填
data
响应数据
必填