美文网首页
注册接口

注册接口

作者: 果酱一一 | 来源:发表于2016-02-27 23:49 被阅读555次

    接口描述

    注册接口, 成功后跳转到登录页

    请求方式只接受【POST】请求

    http://localhost:8080/register/registerService
    #### 具体地址单独给出
    

    请求参数说明

    json数据格式,具体内容如下

    参数 类型 说明
    phone string 手机号
    password string 密码
    username string 用户名
    authPictureCode string 验证码
    authSmsCode string 验证码

    ------------------- 分隔线 ---------------


    返回参数说明

    参数 类型 说明
    msg String 错误描述

    返回结果

    {
        code: -1,
        msg: "密码错误"
    }
    
    {
        code: 0,
        msg: "ok"
    }
    

    相关文章

      网友评论

          本文标题:注册接口

          本文链接:https://www.haomeiwen.com/subject/dcmwkttx.html