{
"page": 1,
"limit": 20,
"type": 0,
"categoryId": 0,
"keywords": "string",
"productType": 0,
"cateId": "string",
"merId": "string"
}curl --location --request POST '/api/admin/merchant/product/list' \
--header 'Content-Type: application/json' \
--data-raw '{
"page": 1,
"limit": 20,
"type": 0,
"categoryId": 0,
"keywords": "string",
"productType": 0,
"cateId": "string",
"merId": "string"
}'{
"code": 0,
"msg": "",
"data": {
"total": 0,
"rows": [
{
"id": "",
"image": "",
"name": "",
"keyword": "",
"cateId": "",
"categoryId": "",
"price": 0.0,
"sort": 0,
"sales": 0,
"stock": 0,
"isShow": false,
"auditStatus": 0,
"isAudit": false,
"ficti": 0,
"collectCount": 0,
"reason": "",
"type": 0,
"specType": false
}
],
"code": 0,
"msg": ""
}
}