{
  "info": {
    "name": "认证模块 - 用户登录",
    "schema": "https://schema.getpostman.com/json/collection/v2.1.0/collection.json"
  },
  "item": [
    {
      "name": "用户登录",
      "request": {
        "method": "POST",
        "header": [
          {
            "key": "system",
            "value": "",
            "description": "系统编码，登录时自动分配系统默认管理员角色"
          }
        ],
        "body": {
          "mode": "raw",
          "raw": "{\n  \"phone\": \"string｜必填，手机号\",\n  \"password\": \"string｜必填，登录密码\"\n}",
          "options": {
            "raw": {
              "language": "json"
            }
          }
        },
        "url": {
          "raw": "{{baseUrl}}/auth/login",
          "host": [
            "{{baseUrl}}"
          ],
          "path": [
            "auth",
            "login"
          ]
        }
      },
      "response": []
    }
  ]
}