{
"merIds": [
"string"
],
"timeType": "string"
}curl --location --request POST '/api/admin/platform/order/topProductsQuantity' \
--header 'Content-Type: application/json' \
--data-raw '{
"merIds": [
"string"
],
"timeType": "string"
}'{
"code": 0,
"msg": "",
"data": {
"topProductList": [
{
"productId": "",
"productName": "",
"totalSalesVolume": 0,
"totalSalesAmount": 0.0
}
]
}
}