1 Star 0 Fork 646

cndv / MeEdu

forked from 白书科技 / MeEdu 
加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
注册接口.md 522 Bytes
一键复制 编辑 原始数据 按行查看 历史
Xiaoteng 提交于 2018-10-11 13:33 . Added:注册接口

注册

注册接口

接口(POST):

/api/v1/register

请求参数:

参数名 默认值 说明
nick_name 昵称
mobile 手机号
password 密码
password_confirmation 再输入一次密码

响应值:

成功返回空值,失败返回相关信息。下面是失败的信息:

{
    "message": "呢称已经存在",
    "code": 500
}
PHP
1
https://gitee.com/cndv/MeEdu.git
git@gitee.com:cndv/MeEdu.git
cndv
MeEdu
MeEdu
master

搜索帮助