获取子账号详情
POST
https://saas-open.vhall.com/v3/users/child/get-info
单用户请求频率限制为 120 次/分钟,如果频率超出限制,请参调用频率说明
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/users/child/get-info' \
--header 'platform: 15' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'child_id=' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign_type=' \
--data-urlencode 'signed_at=' \
--data-urlencode 'sign='
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {
"child_id": 0,
"nick_name": "string",
"phone": "string",
"role_name": "string",
"role_id": 0,
"email": "string",
"is_dynamic": 0,
"vip_Info": {
"type": 0,
"total": 0,
"total_flow": "string",
"end_time": "string",
"total_duration": "string",
"total_sms": "string",
"sms": "string",
"flow": "string"
},
"password": "string"
}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
platform
integer
可选
默认值:
15
Body 参数application/x-www-form-urlencoded
child_id
string
子账号的id
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-06-09 14:10:45