文档
测试

商品列表

POST
app/yxh/listYxhPros

接口描述

列表显示所有商品

请求参数

参数名
类型
描述
必填
proType
number
类型 1-爆款 2-基础款 3-电子券
可选
proName
string
商品名称
可选

响应参数

参数名
类型
描述
必填
message
string
示例:商品列表
必填
status
string
示例:success
必填
data
object
数据字典
必填
pageInfo
object
数据字典
必填
pageSize
number
示例:30
必填
page
number
示例:1
必填
totalCount
number
示例:3
必填
totalPages
number
示例:1
必填
offset
number
示例:0
必填
startRow
number
示例:1
必填
slider
array
数据列表
必填
endRow
number
示例:3
必填
hasNextPage
boolean
示例:false
必填
nextPage
number
示例:1
必填
lastPage
boolean
示例:true
必填
hasPrePage
boolean
示例:false
必填
prePage
number
示例:1
必填
firstPage
boolean
示例:true
必填
list
array
数据列表
必填
proId
number
商品ID 示例:5
必填
typeName
string
类型 示例:食品
必填
proName
string
商品名称 示例:葵王食用油
必填
proImage
string
图片 示例:http://192.183.2.228/static//upload/uploadify/2019121/03dca5ea-bd21-4d10-94e1-c5226f5a77af_360_360.jpg
必填
brand
string
品牌 示例:葵王
必填
proNo
string
商品编号 示例:607a51ba-7c68-45a5-b455-d7f8cebb1f56
必填
lowPrice
number
最低价 示例:5
必填
scaleIds
string
规格ID 示例:5
必填
scaleNames
string
规格 示例:容积
必填

说明 / 示例

```json { "message": "商品列表", "status": "success", "data": { "pageInfo": { "pageSize": 30, "page": 1, "totalCount": 3, "totalPages": 1, "offset": 0, "startRow": 1, "slider": [1], "endRow": 3, "hasNextPage": false, "nextPage": 1, "lastPage": true, "hasPrePage": false, "prePage": 1, "firstPage": true }, "list": [{ "proId": 5, "typeName": "食品", "proName": "葵王食用油", "proImage": "http://192.183.2.228/static//upload/uploadify/2019121/03dca5ea-bd21-4d10-94e1-c5226f5a77af_360_360.jpg", "brand": "葵王", "proNo": "607a51ba-7c68-45a5-b455-d7f8cebb1f56", "lowPrice": 5.0, "scaleIds": "5", "scaleNames": "容积" }, { "proId": 4, "typeName": "食品", "proName": "中盐纯精岩盐", "proImage": "http://192.183.2.228/static//upload/uploadify/2019121/826bd8ba-eb4c-4605-81db-aed94a059ae3_360_360.jpg", "brand": "中盐", "proNo": "e4cf520b-1a93-4e76-84b8-eae2f2e0c63e", "lowPrice": 1.0, "scaleIds": "3", "scaleNames": "重量" }, { "proId": 3, "typeName": "生活日用品", "proName": "多芬沐浴乳", "proImage": "http://192.183.2.228/static//upload/uploadify/2019121/05ecbe09-7d68-4370-a7b6-5a91055675e4_360_360.jpg", "brand": "多芬", "proNo": "3d674297-34c6-4717-8c74-4c5f154eb5c0", "lowPrice": 5.0, "scaleIds": "3", "scaleNames": "重量" }] } }