{
"alias": "string",
"created_at": [
"string"
]
}curl --location --request POST 'https://www.quma.cn/api/index/statistics/stats' \
--header 'AppId;' \
--header 'AppSecret;' \
--header 'Content-Type: application/json' \
--data-raw '{
"alias": "string",
"created_at": [
"string"
]
}'{
"share_enable": true,
"share_pwd": "string",
"share_url": "string",
"stats": [
{
"label": "string",
"pv": 0,
"uip": 0,
"uv": 0
}
],
"stats_browser": [
{
"browser": "string",
"count": 0,
"label": "string",
"ratio": 0
}
],
"stats_device": [
{
"count": 0,
"device": "string",
"label": "string",
"ratio": 0
}
],
"stats_hour": [
{
"count": 0,
"hour": 0
}
],
"stats_ip": [
{
"count": 0,
"ip": "string"
}
],
"stats_os": [
{
"count": 0,
"label": "string",
"os": "string",
"ratio": 0
}
],
"stats_referer": [
{
"count": 0,
"referer": "string"
}
],
"stats_region": [
{
"count": 0,
"province": "string",
"ratio": 0
}
],
"stats_week": [
{
"count": 0,
"week": 0
}
]
}