接口地址:http://open.liupai.net/captcha/query
支持格式:JSON,JSONP
请求方式:GET POST
请求示例:http://open.liupai.net/captcha/query?appkey=yourappsecret
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| pic | file/string | 是 | 图片POST或者base64 |
| typeid | int | 否 | 图像类型ID |
| minlen | int | 否 | 识别内容最短 |
| maxlen | int | 否 | 识别内容最长 |
| 参数名称 | 类型 | 说明 |
|---|---|---|
| id | string | 识别ID |
| val | string | 识别内容 |
接口地址:http://open.liupai.net/captcha/list
支持格式:JSON,JSONP
请求方式:GET POST
请求示例:http://open.liupai.net/captcha/list?appkey=yourappsecret
| 参数名称 | 类型 | 必填 | 说明 |
|---|---|---|---|
| 暂无参数 | |||
| 参数名称 | 类型 | 说明 |
|---|---|---|
| describe | string | 类型说明 |
| demo | string | 类型示例图片 |