{
"merIds": [
"string"
],
"timeType": "string"
}curl --location --request POST '/api/admin/platform/order/getSalesValue' \
--header 'Content-Type: application/json' \
--data-raw '{
"merIds": [
"string"
],
"timeType": "string"
}'{
"code": 0,
"msg": "",
"data": {
"xAxis": [
""
],
"seriesData": [
[
0
]
]
}
}