7. 用户系统

优质
小牛编辑
128浏览
2023-12-01

7.1. 用户添加

7.2. 用户管理

  1. 用户列表获取

    http://localhost:1000/api/user/1.0.0/query

  2. 用户信息修改

    1).修改用户电话号码

    http://localhost:1000/api/user/1.0.0/updatePhone

    2).修改用户昵称

    http://localhost:1000/api/user/1.0.0/updateNickName

    3).用户审核

    http://localhost:1000/api/user/1.0.0/check

7.3. 用户登录

  1. 用户登录

    http://localhost:1000/api/user/1.0.0/login

  2. 用户登出

    http://localhost:1000/api/user/1.0.0/loginout