POST api/WxQapLive/Get_LiveVideoPushList
Request Information
URI Parameters
None.
Body Parameters
Qap_LiveVideoModel| Name | Description | Type | Additional information |
|---|---|---|---|
| CountryList | Collection of string |
None. |
|
| TagList | Collection of string |
None. |
|
| Page | integer |
None. |
|
| PageSize | integer |
None. |
|
| Uid | integer |
None. |
|
| Type | integer |
None. |
|
| Nav | integer |
None. |
|
| TypeTag | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"CountryList": [
"sample string 1",
"sample string 2"
],
"TagList": [
"sample string 1",
"sample string 2"
],
"Page": 1,
"PageSize": 2,
"Uid": 1,
"Type": 3,
"Nav": 4,
"TypeTag": "sample string 5"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
ResultData| Name | Description | Type | Additional information |
|---|---|---|---|
| succ | boolean |
None. |
|
| msg | string |
None. |
|
| results | Object |
None. |
|
| data | Object |
None. |
|
| count | integer |
None. |
|
| page | integer |
None. |
|
| code | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"succ": true,
"msg": "sample string 2",
"results": {},
"data": {},
"count": 5,
"page": 6,
"code": 7
}