- 用户模块
- 题目模块
- 提交模块
- 竞赛模块
- 笔记模块
- ChatGPT聊天POST
验证码
开发中
POST
/user/captcha
请求参数
Body 参数application/json
email
string
邮箱
示例
{
"email": "string"
}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request POST 'http://localhost:8888/api/v1/user/captcha' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "string"
}'
返回响应
🟢200成功
application/json
Body
status_code
integer
状态码
status_msg
string
状态描述
示例
{
"status_code": 0,
"status_msg": "string"
}
修改于 2023-09-11 13:05:19