API接口文档

账号注册

创建于 2022-11-19 / 最近更新于 2022-11-19 / 1483
字体: [默认] [大] [更大]

简要描述

账号注册

接口版本

版本号 制定人 制定日期 修订日期
1.0.0 Devil 2020-10-07

请求URL

user/reg

请求方式

POST

公共参数

参数名 是否必须 类型 默认值 描述
application string web 请求应用、参考公共中详解
application_client_type string pc 请求客户端、参考公共中详解
token string token

请求参数

{
    "accounts": "qqqqqq",
    "pwd": "xxx***xxx",
    "verify": "rib5",
    "type": "username"
}
参数名 是否必须 类型 描述
accounts string 用户名/手机/邮箱
pwd string 密码
verify string 验证码
type string 登录类型(账号 username ,手机 sms,邮箱 email

返回示例

正确时返回

{
    "msg": "注册成功",
    "code": 0,
    "data": {
        "id": "469",
        "number_code": "8732997469",
        "system_type": "default",
        "alipay_openid": "",
        "weixin_openid": "",
        "weixin_unionid": "",
        "weixin_web_openid": "",
        "baidu_openid": "",
        "toutiao_openid": "",
        "toutiao_unionid": "",
        "qq_openid": "",
        "qq_unionid": "",
        "kuaishou_openid": "",
        "status": "0",
        "token": "a8422d2fb14dd8323a44e7e0c7bceb47",
        "username": "pppppp",
        "nickname": "",
        "mobile": "",
        "email": "",
        "gender": "0",
        "avatar": "http://shopxo.com/static/index/default/images/default-user-avatar.jpg",
        "province": "",
        "city": "",
        "county": "",
        "birthday": "",
        "address": "",
        "integral": "0",
        "locking_integral": "0",
        "referrer": "0",
        "plugins_user_level": "0",
        "plugins_distribution_level": "0",
        "is_delete_time": "0",
        "add_time": "1668859279",
        "upd_time": "1668859279",
        "add_time_text": "2022-11-19 20:01:19",
        "upd_time_text": "2022-11-19 20:01:19",
        "gender_text": "保密",
        "mobile_security": "",
        "email_security": "",
        "address_info": "",
        "user_name_view": "pppppp",
        "is_mandatory_bind_mobile": 0
    }
}

错误时返回

{
    "msg": "error",
    "code": -1,
    "data": []
}

返回参数说明 -> data

用户基础数据

备注

更多返回错误代码请看首页的错误代码描述

1 人点赞过