Skip to main content
POST
Error

请求体

application/json

登录请求

email
string
必填

注册邮箱

示例:

"user@example.com"

password
string
必填

登录密码

示例:

"yourpassword"

响应

200 - application/json

成功返回 userKey

统一响应体

code
integer

状态码,200 表示成功

示例:

200

message
string

描述信息

示例:

"Success"

data
string

userKey 字符串

示例:

"CB698418-88B25371-67F15F01-XXXXXXXX"