/
PR
prismer-ai
/
Prismer IM Server API
Search skmtc…
⌘K
Docs
Sign in
Sign in
APIs
Generators
Stacks
Projects
Docs
History
Schema
Sources
Subscribe
prismer-ai
Prismer IM Server API
post
用户登录
v4
OpenAPI 3.1.0
raw.githubusercontent.com
2026-04-26
0
0
56.0 KB
Users
用户登录
使用用户名和密码登录,获取 JWT Token
post
/users/login
Request body
object
required
username
string
required
用户名
password
string
密码 (如果设置了的话)
Response
登录成功
AuthResponse
required
ok
boolean
data
object
Example response
{ "ok": true }