账号的数据趋势图
GET
https://micro-gfyx-api.b2btst.com/v1/spyx/video-assistant/account/stat-line-chart
最后修改时间:2024-07-30 06:05:50
责任人:翁果
请求参数
Query 参数
vc_account_id
string
内核内部账号ID
day_date_begin
string
必需
day_date_end
string
必需
field
string
必需
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
stats
array [object {2}]
必需
示例
{
"data": {
"stats": [
{
"date": "2024-07-01",
"num": 0
},
{
"date": "2024-07-02",
"num": 0
},
{
"date": "2024-07-03",
"num": 0
},
{
"date": "2024-07-04",
"num": 0
},
{
"date": "2024-07-05",
"num": 0
},
{
"date": "2024-07-06",
"num": 0
},
{
"date": "2024-07-07",
"num": 0
},
{
"date": "2024-07-08",
"num": 1
},
{
"date": "2024-07-09",
"num": 0
},
{
"date": "2024-07-10",
"num": 0
}
]
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-07-30 06:05:50