- 授权
- 验证码
- LinuxDo OAuth2
- 系统部门
- 系统字典数据
- 系统字典类型
- 系统角色
- 系统用户
- 登录日志
- 操作日志
- redis监控
- 服务器监控
- 代码生成
- 任务
- 系统通知公告
- 系统参数配置
- 系统菜单
- 系统上传
- 系统插件
- 系统数据规则
- 系统数据范围
- Github OAuth2
- 在线用户
获取登录验证码
GET
/api/v1/auth/captcha
验证码
最后修改时间:2025-06-13 09:12:51
OperationId:get_captcha
请求参数
无
返回响应
🟢200成功
application/json
Body
code
integer
Code
默认值:
200
msg
string
Msg
默认值:
请求成功
data
object (GetCaptchaDetail)
验证码详情
image_type
string
Image Type
image
string
Image
示例
{
"code": 200,
"msg": "请求成功",
"data": {
"image_type": "string",
"image": "string"
}
}