{
"store_key": "heqiapp",
"category_id": 1,
"page": 1,
"size": 100
}
curl --location --request POST 'https://mesh.apinb.com//mall.Product.ModifyComment' \
--header 'Request-Id;' \
--header 'Workspace;' \
--header 'Authorization: YAb6b3m/PsSCMTmXqMyLHu5V4zv4CqqhxDoVzMRc1LHrA8FFjgA2pv293BRlA/aWEi/n0fedA19ZcACeMC3rvJRJ5VeBk/H/zCtMHtCYVnR2lG9qZL2K2oxtt1BNEW1deyP4wF6IosQ5qBTpC/n7bGfzBdty9AGlfoBSFu9R8XE=' \
--header 'Content-Type: application/json' \
--data-raw '{
"store_key": "heqiapp",
"category_id": 1,
"page": 1,
"size": 100
}'
{
"count": "string",
"data": [
{
"id": "string",
"identity": "string",
"supplyId": "string",
"types": 0,
"categoryId": "string",
"categoryPaths": "string",
"title": "string",
"subTitle": "string",
"keyword": "string",
"coverImage": "string",
"stock": 0,
"salesPrice": "string",
"content": "string",
"args": "string",
"star": "string",
"commentTotal": 0,
"saleTotal": 0,
"viewTotal": 0,
"imageTotal": 0,
"recommend": 0,
"sort": 0,
"status": 0
}
]
}