文档
测试

商品信息列表

POST
http://localhost:8081/insoApp/spu/queryGoodsList

请求参数

参数名
类型
描述
必填
page
integer
1
必填
limit
integer
10
必填
keywords
string
商品名称/商品货号
必填

响应参数

参数名
类型
描述
必填
code
int
200
必填
message
string
执行结果信息
必填
data
json
响应数据
必填

响应示例

``` { "code": 200, "msg": "成功", "data": { "totalCount": 0, "pageSize": 10, "totalPage": 0, "currPage": 1, "list": [ { "id": "1280709633483894784", "category1Id": null, "category2Id": null, "category3Id": null, "category1Name": null, "category2Name": null, "category3Name": null, "addressAreaCode": null, "enterpriseId": null, "brandId": null, "brandName": null, "storeId": null, "freightId": null, "goodsName": "华为(HUAWEI) 华为荣耀Magic2 手机 全网通", "goodsNo": null, "goodsUnit": null, "caption": null, "imgUrl": "https://www.oss.gdinso.net/expense/1/2020/08/04/18634f89f38c4e2d8ea2243856846a9b1(40QRD}KHPAM])]~4KC]7T.jpg", "imagesUrl": null, "salesService": null, "salesSecurity": null, "introduction": null, "goodsCode": null, "paraItems": null, "specCategory": null, "specItems": null, "goodsType": null, "goodsClick": 0, "commentNum": null, "salesNum": null, "isdeleted": null, "createUserId": null, "timeCreate": null, "modifiedUserId": null, "timeModified": null, "ismarketable": null, "collectionNum": 0, "status": null }, { "id": "1280708488199827456", "category1Id": null, "category2Id": null, "category3Id": null, "category1Name": null, "category2Name": null, "category3Name": null, "addressAreaCode": null, "enterpriseId": null, "brandId": null, "brandName": null, "storeId": null, "freightId": null, "goodsName": "李四的商品", "goodsNo": "888", "goodsUnit": null, "caption": null, "imgUrl": "https://www.oss.gdinso.net/expense/1/2020/08/04/18634f89f38c4e2d8ea2243856846a9b1(40QRD}KHPAM])]~4KC]7T.jpg", "imagesUrl": null, "salesService": null, "salesSecurity": null, "introduction": null, "goodsCode": null, "paraItems": null, "specCategory": null, "specItems": null, "goodsType": null, "goodsClick": 0, "commentNum": null, "salesNum": null, "isdeleted": null, "createUserId": null, "timeCreate": null, "modifiedUserId": null, "timeModified": null, "ismarketable": null, "collectionNum": 1, "status": null }, { "id": "1280708042869600256", "category1Id": null, "category2Id": null, "category3Id": null, "category1Name": null, "category2Name": null, "category3Name": null, "addressAreaCode": null, "enterpriseId": null, "brandId": null, "brandName": null, "storeId": null, "freightId": null, "goodsName": "231321132121321312313213232", "goodsNo": null, "goodsUnit": null, "caption": null, "imgUrl": "https://www.oss.gdinso.net/expense/1/2020/08/04/18634f89f38c4e2d8ea2243856846a9b1(40QRD}KHPAM])]~4KC]7T.jpg", "imagesUrl": null, "salesService": null, "salesSecurity": null, "introduction": null, "goodsCode": null, "paraItems": null, "specCategory": null, "specItems": null, "goodsType": null, "goodsClick": 0, "commentNum": null, "salesNum": null, "isdeleted": null, "createUserId": null, "timeCreate": null, "modifiedUserId": null, "timeModified": null, "ismarketable": null, "collectionNum": 0, "status": null } ] } } ```