Users

用户登录

使用用户名和密码登录,获取 JWT Token

post/users/login

Request body

usernamestring required

用户名

passwordstring

密码 (如果设置了的话)

Response

登录成功

okboolean

Example response

{
  "ok": true
}

Changes

No recorded changes to this endpoint across all 4 revisions of this API.