账号的点赞、粉丝等统计接口
GET
https://micro-gfyx-api.b2btst.com/v1/spyx/video-assistant/account/statistics
最后修改时间:2024-07-30 06:05:47
责任人:翁果
请求参数
Query 参数
vc_account_id
string
内核内部账号ID
day_date_begin
string
必需
day_date_end
string
必需
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
account_new_fans_num
integer
新增粉丝数
account_new_like_num
integer
新增点赞数
account_new_share_num
integer
新增分享数
account_new_comment_num
integer
新增评论数
creative_new_num
integer
新增作品数
示例
{"data":{"creative_new_comment_num":0,"creative_new_fans_num":0,"creative_new_like_num":1,"creative_new_num":1,"creative_new_share_num":0},"error_code":0,"message":"操作成功","success":true}
修改于 2024-07-30 06:05:47