go-common/app/service/live/zeus/api/v1/api.zeus.md
2019-04-22 18:49:16 +08:00

33 lines
488 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!-- package=live.zeus.v1 -->
- [/live.zeus.v1.Zeus/Match](#live.zeus.v1.ZeusMatch)
## /live.zeus.v1.Zeus/Match
### 无标题
#### 方法POST
#### 请求参数
|参数名|必选|类型|描述|
|:---|:---|:---|:---|
|group|否|string||
|platform|否|string||
|version|否|string||
|build|否|integer||
|buvid|否|string||
|uid|否|integer||
#### 响应
```javascript
{
"code": 0,
"message": "ok",
"data": {
"is_match": true,
"extend": ""
}
}
```