验证码
获取图形验证码
生成并返回图形验证码
post/captcha/get
Response
验证码生成成功
Example response
{
"code": 200,
"message": "Submitted successfully",
"data": {
"key": "captcha_key_123456",
"image": "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAA..."
}
}Changes
No recorded changes to this endpoint across all 1 revision of this API.