获取指定用户的使用模块情况。该API目前只显示指定用户的File-x和Dimzou模块使用情况。前端构建用户个人主页时,根据返回结果,可以判断是否显示对应模块的页面。
Request
HTTP request
GET https://www.featapi.com/api/user/user-application-available/
Parameters
Query parameters
Parameter name | Value | Description |
---|---|---|
uid | integer | 指定用户 ID |
Authorization
该请求需要授权以下scopes访问权限:
Scopes |
---|
– |
For more information, see the authentication and authorization page.
Request body
无需提交请求体信息。
Response
如果请求成功,该API返回指定用户的使用模块情况在响应体信息。
200 成功返回用户使用模块情况
{
"data": {
"has_file_x_event": true,
"has_dimzou_data": false
}
}
Property name | Value | Description | Notes |
---|---|---|---|
has_file_x_event | boolean | 该用户是否有File-X事件展示 | |
has_dimzou_data | boolean | 该用户是否有Dimzou文章展示 |