账号详情
GET
https://micro-gfyx-api.b2btst.com/v1/spyx/video-assistant/account/detail
最后修改时间:2024-07-30 06:05:43
责任人:翁果
请求参数
Query 参数
vc_account_id
string
视频内核账号ID
Header 参数
access_token
string
必需
示例值:
{{pc登录态}}
返回响应
🟢200成功
application/json
Body
success
boolean
必需
error_code
integer
必需
message
string
必需
data
object
必需
name
string
账号名称
display_uid
string
展示账号ID(冗余展示,不做业务逻辑关联使用)
avatar
string
头像地址(完整oss地址)
mobile
string
手机号(明文)
creation_num_total
integer
作品总数
fans_cnt_total
integer
粉丝总数
示例
{
"data": {
"vc_account_id": "1808755518270197760",
"name": "小打小闹的",
"display_uid": "81437582826",
"avatar": "https://2g-filebox-daemon-test.oss-cn-shenzhen.aliyuncs.com/360%2Fvideo-core-public%2Fycg%2Faccount%2Favatar/1808755518270197760.jpg",
"mobile": "",
"creation_num_total": 0,
"fans_cnt_total": 0
},
"error_code": 0,
"message": "操作成功",
"success": true
}
修改于 2024-07-30 06:05:43