Skip to content
On this page

图形验证码 API

基本信息

接口URL:/manage/v1/passport/captcha

请求方式:GET

Content-Type:application/json

请求参数

Query 参数及说明

返回示例

{
    message:'',
    code:200,
    data:{
        captcha:'',//base64图片
        captchaId:''//校验码
    }
}

根据 MIT 许可证发布。