curl --location --request GET 'http://open.tabcut.com:8090/api/item_creator/statistic?uidList=' \
--header 'x-appKey: ' \
--header 'x-timestamp: {{x-timestamp}}' \
--header 'x-sign: {{x-sign}}'
{
"code": "string",
"message": "string",
"result": [
{
"currencySymbolInfo": {
"local": "string",
"region": "string"
},
"followerCountInfo": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"likeCountInfo": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"videoCountInfo": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"liveCountInfo": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"avgLiveCountInfo": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"avgPlayCountInfo": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"totalItemCount": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"totalSellerCount": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"totalSoldCount": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"totalLocalGmv": {
"period7d": {
"local": 0,
"region": 0
},
"period30d": {
"local": 0,
"region": 0
},
"period90d": {
"local": 0,
"region": 0
}
},
"itemCountByVideoInfo": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"soldCountByVideoInfo": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"gmvByVideoInfo": {
"period7d": {
"local": 0,
"region": 0
},
"period30d": {
"local": 0,
"region": 0
},
"period90d": {
"local": 0,
"region": 0
}
},
"avgPriceByVideo": {
"period7d": {
"local": 0,
"region": 0
},
"period30d": {
"local": 0,
"region": 0
},
"period90d": {
"local": 0,
"region": 0
}
},
"liveItemCount": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"soldCountByLiveInfo": {
"period7d": 0,
"period30d": 0,
"period90d": 0
},
"gmvByLiveInfo": {
"period7d": {
"local": 0,
"region": 0
},
"period30d": {
"local": 0,
"region": 0
},
"period90d": {
"local": 0,
"region": 0
}
}
}
]
}