{
"ids": [
"string"
]
}curl --location --request POST '/api/admin/platform/product/listbyids' \
--header 'Content-Type: application/json' \
--data-raw '{
"ids": [
"string"
]
}'{
"code": 0,
"message": "",
"data": [
{
"id": "",
"image": "",
"name": "",
"keyword": "",
"categoryId": "",
"price": 0.0,
"postage": 0.0,
"sales": 0,
"stock": 0,
"ficti": 0,
"auditStatus": 0,
"reason": "",
"rank": 0,
"type": 0,
"specType": false,
"merchantName": "",
"isSelf": false,
"salesStatus": "",
"upTime": "",
"spec": "",
"weight": 0.0,
"brandId": "",
"merId": "",
"productType": 0,
"isHot": false
}
]
}