Files
openbilibili/app/service/live/xcaptcha/api/http/v1/http.captcha.md

22 lines
292 B
Markdown
Raw Normal View History

2019-04-22 20:46:32 +08:00
##
`GET http://api.live.bilibili.com/xlive/internal/xcaptcha/v1/captcha/verify`
### 请求参数
|参数名|必选|类型|描述|
|:---|:---|:---|:---|
|_anti|是|string||
|uid|是|integer||
|client_ip|否|string||
```json
{
"code": 0,
"message": "ok",
"data": {
}
}
```