User: user-application-available

User: user-application-available

获取指定用户的使用模块情况。该API目前只显示指定用户的File-x和Dimzou模块使用情况。前端构建用户个人主页时,根据返回结果,可以判断是否显示对应模块的页面。

Request

HTTP request

GET https://www.featapi.com/api/user/user-application-available/

Parameters

Query parameters

Parameter nameValueDescription
uidinteger指定用户 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 nameValueDescriptionNotes
has_file_x_eventboolean该用户是否有File-X事件展示
has_dimzou_databoolean该用户是否有Dimzou文章展示

发表评论

您的电子邮箱地址不会被公开。

您可以使用以下 HTML标签和属性:

<a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <s> <strike> <strong>

Captcha Code