curl --location --request GET 'http://open.tabcut.com:8090/api/item/v2/sales_channels_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": "mainCreator",
"ratio": 0.3053,
"soldCount": 104,
"gmvInfo": {
"local": 18873.00,
"region": 127.77
}
},
{
"name": "nonMainCreator",
"ratio": 0.377,
"soldCount": 133,
"gmvInfo": {
"local": 23307.00,
"region": 157.79
}
},
{
"name": "other",
"ratio": 0.3177,
"soldCount": 105,
"gmvInfo": {
"local": 19635.00,
"region": 132.93
}
}
]
},
"serverTime": "2025-12-23 11:05:16"
}