---
title: "登录"
method: POST
path: "/api/user/login"
tags: ["user-api"]
---

# 登录

`POST /api/user/login`

## Request body

- LoginReq
  - `username` string
  - `password` string

## Response `200`

A successful response.

- unknown

---

[API](https://skmtc.net/zeromicro/apis/untitled-api.md) · [All operations](https://skmtc.net/zeromicro/apis/untitled-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeromicro/untitled-api/versions/0de9f51b198f/schema)
