curl --location --request GET 'http://open.tabcut.com:8090/api/item/v2/sales_mode_distribution?itemId=&startDs&endDs' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'{
"code": "200",
"message": "成功!",
"result": {
"resourceId": "1731635377136043422",
"gmvInfo": {
"periodCurrent": {
"local": 61815.00,
"region": 418.49
}
},
"distributionPeriodList": [
{
"name": "video",
"ratio": 0.5708,
"soldCount": 200,
"gmvInfo": {
"local": 35284.00,
"region": 238.87
}
},
{
"name": "live",
"ratio": 0.1116,
"soldCount": 37,
"gmvInfo": {
"local": 6896.00,
"region": 46.69
}
},
{
"name": "other",
"ratio": 0.3176,
"soldCount": 105,
"gmvInfo": {
"local": 19635.00,
"region": 132.93
}
}
]
},
"serverTime": "2025-12-23 11:19:42"
}