请求示例 (自动生成,仅结构参考)
POST /goods/queryGoodsPage
{
"body": {
"pageNum": 0,
"pageSize": 0,
"merchantId": 1,
"shopId": 1,
"name": "",
"mainPic": "https://example.com/x.png",
"typeId": "",
"subTypeId": "",
"grade": "",
"status": "1",
"qrcode": "",
"idList": "",
"keywords": ""
}
}响应示例
{
"errcode": 0,
"errmsg": "",
"data": {
"records": [
{
"id": 1,
"merchantId": 1,
"shopId": 1,
"name": "",
"mainPic": "https://example.com/x.png",
"typeId": "",
"cardModelId": 1,
"subTypeId": "",
"grade": "",
"status": "1",
"qrcode": "",
"shopsName": "",
"shortName": "",
"weight": 0,
"tags": "",
"buyPrice": 0,
"salesAmount": 0,
"recommendReason": "",
"introduction": "",
"propagatePic": "https://example.com/x.png",
"video": "",
"notice": "",
"tips": "",
"skuList": [
{
"id": 1,
"goodsId": 1,
"goodsChannelId": 1,
"skuName": "",
"showPrice": 0,
"buyPrice": 0,
"costPrice": 0,
"buyCount": 0,
"stock": 0,
"isLogistic": false,
"carriageId": 1,
"mold": "1",
"isDistributes": false,
"commission": 0,
"isPreferential": false,
"isUseScore": false,
"isAddScore": false,
"useScoreRate": 0,
"addScoreRate": 0,
"cardNum": 0,
"skuEntranceList": [
{
"id": 1,
"skuId": 1,
"entranceName": "",
"merchantId": 1,
"shopId": 1,
"goodsId": 1,
"createdBy": "",
"createdTime": "2026-01-01 12:00:00"
}
]
}
],
"relationList": [
{
"id": 1,
"goodsId": 1,
"channelType": "1",
"thirdId": "",
"thirdName": "",
"createdTime": "2026-01-01 12:00:00",
"updatedTime": "2026-01-01 12:00:00"
}
],
"businessTime": "2026-01-01 12:00:00",
"thirdId": "",
"thirdName": "",
"expireDate": "2026-01-01 12:00:00",
"isRefund": false,
"areaInfo": "",
"shop": {
"id": 1,
"merchantId": 1,
"merchantType": "1",
"name": "",
"logo": "",
"typeId": 1,
"subTypeId": 1,
"status": "1",
"provinceId": "",
"cityId": "",
"districtId": "",
"address": "",
"mobile": "13800000000",
"linkman": "",
"linkphone": "13800000000",
"manager": "",
"level": "",
"lng": "",
"lat": "",
"introduction": "",
"businessTime": "2026-01-01 12:00:00",
"tags": "",
"mainPic": "https://example.com/x.png",
"propagatePic": "https://example.com/x.png",
"video": "",
"poster": "",
"propagateContent": "",
"description": "",
"ticketInfo": "",
"trafficInfo": "",
"tips": "",
"isDeleted": false,
"createdBy": "",
"createdTime": "2026-01-01 12:00:00",
"updatedBy": "2026-01-01 12:00:00",
"updatedTime": "2026-01-01 12:00:00",
"thirdId": "",
"thirdName": ""
}
}
],
"total": 0
}
}