获取用户权限
开发中
POST
https://saas-open.vhall.com/v3/users/user/get-user-power
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://saas-open.vhall.com/v3/users/user/get-user-power' \
--header 'token;' \
--header 'platform;' \
--header 'platform;' \
--header 'Content-Type: application/x-www-form-urlencoded' \
--data-urlencode 'v_user_id=' \
--data-urlencode 'app_key=' \
--data-urlencode 'sign_type=' \
--data-urlencode 'signed_at=' \
--data-urlencode 'sign='
响应示例响应示例
{
"code": 0,
"msg": "string",
"data": {
"is_child": 0,
"assign": 0,
"sms": "string",
"role_id": 0
}
}
请求参数
Header 参数
Content-Type
string
必需
示例值:
application/x-www-form-urlencoded
token
string
必需
platform
string
必需
Body 参数application/x-www-form-urlencoded
v_user_id
string
微吼用户id
app_key
string
必需
默认值:
{{app_key}}
sign_type
integer
必需
默认值:
{{sign_type}}
signed_at
integer
必需
默认值:
{{signed_at}}
sign
string
计算生成的签名值
默认值:
{{sign}}
返回响应
修改于 2025-06-10 02:04:33