get captcha
GET
/api/user/captcha请求参数
无
示例代码
Responses
result(200)
HTTP 状态码: 200
内容格式: JSONapplication/json
Data Schema
content
string
required
pic with base64 code
id
string
required
caaptcha id
meta_message
string
required
success or other error msg
meta_status
integer
required
1 for success, negative for error
Example
{
"content": "string",
"id": "string",
"meta_message": "string",
"meta_status": 0
}
Last modified: 1 年前