GET api/PublicV770/GetAIHotWordList?dataType={dataType}&top={top}
获取AI热词列表
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| dataType |
数据类型 1-高热度的问题 2-高热度的模块访问 0-全部 |
integer |
Default value is 0 |
| top |
返回条数 |
integer |
Default value is 20 |
Body Parameters
None.
Response Information
Resource Description
ZaiMieApp.WebApi.ViewModel.ResultDataMsgOfSystem.Collections.Generic.ListOfZaiMieApp.WebApi.ViewModel.AIHotWordView| Name | Description | Type | Additional information |
|---|---|---|---|
| success | boolean |
None. |
|
| code | integer |
None. |
|
| data | Collection of ZaiMieApp.WebApi.ViewModel.AIHotWordView |
None. |
|
| addcoin | integer |
None. |
|
| message | string |
None. |
|
| page | integer |
None. |
|
| allPage | integer |
None. |
Response Formats
application/json, text/json
Sample:
{
"success": true,
"code": 2,
"data": [
{
"Id": 1,
"title": "sample string 2",
"dataType": 3,
"newsType": 4,
"param": {},
"createDate": "sample string 6",
"userinfo": {
"Id": 1,
"userName": "sample string 2",
"nickname": "sample string 3",
"headerImage": "sample string 4",
"profile": 5,
"talentAccount": 6
}
},
{
"Id": 1,
"title": "sample string 2",
"dataType": 3,
"newsType": 4,
"param": {},
"createDate": "sample string 6",
"userinfo": {
"Id": 1,
"userName": "sample string 2",
"nickname": "sample string 3",
"headerImage": "sample string 4",
"profile": 5,
"talentAccount": 6
}
}
],
"addcoin": 3,
"message": "sample string 4",
"page": 5,
"allPage": 6
}
application/xml, text/xml
Sample:
<ResultDataMsgOfArrayOfAIHotWordViewPr2Hy9OI xmlns:i="http://www.w3.org/2001/XMLSchema-instance" xmlns="http://schemas.datacontract.org/2004/07/ZaiMieApp.WebApi.ViewModel">
<addcoin>3</addcoin>
<allPage>6</allPage>
<code>2</code>
<data>
<AIHotWordView>
<Id>1</Id>
<createDate>sample string 6</createDate>
<dataType>3</dataType>
<newsType>4</newsType>
<param />
<title>sample string 2</title>
<userinfo>
<Id>1</Id>
<headerImage>sample string 4</headerImage>
<nickname>sample string 3</nickname>
<profile>5</profile>
<talentAccount>6</talentAccount>
<userName>sample string 2</userName>
</userinfo>
</AIHotWordView>
<AIHotWordView>
<Id>1</Id>
<createDate>sample string 6</createDate>
<dataType>3</dataType>
<newsType>4</newsType>
<param />
<title>sample string 2</title>
<userinfo>
<Id>1</Id>
<headerImage>sample string 4</headerImage>
<nickname>sample string 3</nickname>
<profile>5</profile>
<talentAccount>6</talentAccount>
<userName>sample string 2</userName>
</userinfo>
</AIHotWordView>
</data>
<message>sample string 4</message>
<page>5</page>
<success>true</success>
</ResultDataMsgOfArrayOfAIHotWordViewPr2Hy9OI>