curl --location --request POST 'https://api.yonyouup.com/umall/productlist/query?from_account&to_account&app_key&token' \
--header 'Content-Type: application/json' \
--data-raw '{
"queryCondition":{
"pagesize":0,
"pageindex":1,
"where":[
{
"fieldname":"cgoodsname",
"valuefrom":"便宜车"
},
{
"fieldname":"categoryid",
"valuefrom":"782"
},
{
"fieldname":"istatus",
"valuefrom":"在库"
}
]
}
}'{
"errcode": "string",
"errmsg": "string",
"pid": "string",
"pName": "string",
"cClassName": "string",
"iClassID": "string",
"defaultAlbum": "string",
"iStatus": 0,
"fMarkPrice": 0,
"fSalePrice": 0,
"lInventoryCount": 0,
"iSales": 0,
"dCreateTime": null,
"currentPage": 0,
"pageNum": 0,
"totalPage": 0,
"totalCount": 0
}