X-API-Key: ********************{
"categoryId": 0,
"currentPage": 0,
"pageSize": 0
}curl --location --request POST '/housekeeping/getBaseGoodsPage' \
--header 'X-API-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"categoryId": 0,
"currentPage": 0,
"pageSize": 0
}'{
"code": 0,
"msg": "string",
"data": {
"total": "string",
"size": "string",
"current": "string",
"pages": "string",
"records": [
{
"goodsBid": "string",
"goodsAttributeBid": "string",
"goodsName": "string",
"entityTypeFlag": 0,
"goodsDesc": "string",
"originalPrice": 0,
"discountPrice": 0,
"details": {
"id": "string",
"goodsName": "string",
"goodsDesc": "string",
"goodsCategoryName": "string",
"serveDetailInfo": "string",
"serviceDescription": "string",
"publishStatus": 0,
"iconUrl": "string",
"goodsAttributeVOList": [
{
"goodsAttributeId": 0,
"specDesc": "string",
"sort": 0,
"serveTotalNum": 0,
"marketPrice": 0,
"salePrice": 0,
"originalPrice": 0,
"discountPrice": 0
}
],
"goodsBannerList": [
{
"sort": 0,
"imageUrl": "string",
"linkType": 0,
"videoUrl": "string"
}
]
}
}
]
}
}