Skip to content
This repository has been archived by the owner on Apr 9, 2019. It is now read-only.

Latest commit

 

History

History
40 lines (32 loc) · 658 Bytes

DEVELOP.md

File metadata and controls

40 lines (32 loc) · 658 Bytes

1. 关于验证码第一位数字说明:

数字 说明
1 注册
2 重置密码
3 修改邮箱

2. 错误码说明

错误码 说明
200 一切正常
400 参数错误
401 邮箱已经存在
402 邮箱格式错误
403 用户名或密码不正确
404 资源未找到
405 验证码已失效
406 验证码错误
407 文件上传失败
409 未登录
501 系统内部错误

3. 接口说明

3.1 需要进行权限验证的接口
```
/user/**
```
3.2 不需要进行权限验证的接口
```
/common/**
/login
/register
/password/reset
```