{
"pageNum": 1,
"pageSize": 10,
"commodityType": 0,
"commodityClassify1": 0,
"commodityClassify2": 0,
"commodityClassify3": 0,
"isTop": true,
"shelfStatus": 0,
"createCompanyId": 0,
"commodityTitle": "string",
"priceOperator": "string",
"priceValue": 0,
"salesOperator": "string",
"salesValue": 0
}curl --location --request POST '/platform/commodity/manager/searchCommodityDetail' \
--header 'user-authorization: Bearer eyJhbGciOiJIUzUxMiJ9.eyJ1c2VyX2lkIjoiMTA4NjM2NTk1MzE2NDAxNzY2NSIsInVzZXJfa2V5IjoiM2JjM2I1Y2ItNzBkZS00OGFhLWE4ZGMtZGI0M2FmZjkzNjc5IiwiZXhwIjoxNzQ0NDgxMjQ2LCJ1c2VybmFtZSI6IjE1NjAxMjE1MTgwIn0.6BW3QWB3KmXRkJ6zx0BRvq2fYcU-7X6NTJFIIRku4hquCeojO6IfXTmv4yR-L-sDsZUfcmeEMeuUEn8jsel9JQ' \
--header 'Content-Type: application/json' \
--data-raw '{
"pageNum": 1,
"pageSize": 10,
"commodityType": 0,
"commodityClassify1": 0,
"commodityClassify2": 0,
"commodityClassify3": 0,
"isTop": true,
"shelfStatus": 0,
"createCompanyId": 0,
"commodityTitle": "string",
"priceOperator": "string",
"priceValue": 0,
"salesOperator": "string",
"salesValue": 0
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"list": [
{
"id": 0,
"commodityType": "",
"commodityTitle": "",
"commodityClassify1": "",
"commodityClassify2": "",
"commodityClassify3": "",
"commodityPicture": "",
"commodityPictureAlbum": "",
"commodityDetail": "",
"commodityProperty": "",
"commoditySellingPrice": 0.0,
"commodityCostPrice": 0.0,
"orderingInstructions": "",
"shelfStatus": 0,
"shelfTime": "",
"salesVolume": 0,
"commentNum": 0,
"province": "",
"addressCode": "",
"createUserId": "",
"updateUserId": "",
"createCompanyId": "",
"createCompanyName": "",
"defaultSpecification": "",
"createTime": "",
"updateTime": "",
"isTop": false,
"deleted": false,
"isSync": false,
"productSubList": [
{
"id": 0,
"commodityId": 0,
"propertyDetail": "",
"commodityPic": "",
"commodityCostPrice": 0.0,
"commoditySellingPrice": 0.0,
"serviceContent": "",
"deliveryStandard": "",
"deliveryPeriod": "",
"inventory": 0
}
],
"questionAnswerList": [
{
"id": 0,
"commodityId": 0,
"question": "",
"answer": ""
}
],
"salesCommentList": [
{
"commodityId": 0,
"commentVolume": 0,
"salesVolume": 0
}
],
"salesInfo": {
"commodityId": 0,
"minOrderQuantity": 0,
"payMode": "",
"groupPurchaseFlag": false,
"gatherFlag": false,
"serviceCustomFlag": false
}
}
]
}
}