
🇺🇸 English

🇺🇸 English
- Competition
- Users
- Problem
- SubmitRecords
- Discussion
- Administrator
- Competition
- Problem
- Users
- Get IP StatisticsGET
- LoginGET
- Get rankingGET
- Get captchaGET
- Verify user infoGET
- SSE Notice ServiceGET
- RegisterPOST
Update password
PUT
http://127.0.0.1:37881/api/v1/users/password
Last modified:2025-01-13 17:00:28
Request
Body Params application/json
newpassword
string
required
email
string
required
vcode
string
required
Example
{
"newpassword": "string",
"email": "string",
"vcode": "string"
}
Responses
🟢200OK
application/json
Body
message
string
required
status
integer
required
Example
{
"message": "密码修改成功",
"status": 200
}
🟠400Error