Commit df82cb34 by 段启岩

添加接口示例

parent 44ee95ca
### 用户接口
##### 1.用户注册
请求路径:/api/user/register
请求方式:POST
请求格式:JSON
请求参数:
mobile:手机号
password:密码
verifyCode:验证码
返回结果:default
##### 2.用户本地认证
请求路径:/api/auth/local
请求方式:POST
请求格式:JSON
请求参数:
mobile:手机号
password:密码
返回结果:
userId:用户ID
accessToken:授权令牌
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment