简要描述:

  • 获取用户基本信息。

    通过本接口获取账号的的基本信息。

接口版本:

版本号 制定人 制定日期 修订日期
1.0 Joe 2020-05-20 2020-05-20

请求URL:

请求示例:

POST /v1/user/info/profile HTTP/1.1
HOST: rest.ctfile.com
content-type: application/json
content-length: 53

{
  "session": "41e20167a3b05a21c47265dd3c262c92"
}

返回示例:

正常返回:

{"code":200,"userid":28712317,"username":"13123213120","nick_name":"user nick name test","group_type":0,"group_name":"\u514d\u8d39\u4f1a\u5458","has_avatar":0,"reg_time":1596152731,"is_vip":0,"is_realname":true,"max_filesize":"5368709120","avatar_url":"https:\/\/imgstatic.ctfile.com\/img\/user-nopic.png"}

错误时返回:

{"code":403,"message":"错误描述"}

返回参数说明:

参数名 类型 说明
userid int 用户ID
username string 用户名
nick_name string 昵称
group_type int 会员类型
group_name string 会员名称
has_avatar int 是否有头像
reg_time int 注册时间
is_vip int 是否为VIP
is_realname int 是否已经通过实名验证
avatar_url string 头像url

备注:

  • 更多返回错误代码请看通过接口规范
文档更新时间: 2020-08-04 16:56   作者:admin