GET TopNewsDetail/{id}
“Get”的文档。
Request Information
Parameters
| Name | Description | Additional information |
|---|---|---|
| id | “id”的文档。 |
Define this parameter in the request URI. |
Response Information
Response body formats
application/json, text/json
Sample:
{
"Code": 1,
"EntityObject": {
"id": 1,
"title": "sample string 2",
"from": "sample string 3",
"time": "sample string 4",
"abstracts": "sample string 5",
"content": "sample string 6",
"replyNum": 7,
"zanNum": 8,
"key": "sample string 9",
"isOriginal": 10,
"imageUrl": "sample string 11"
},
"Data": [
{
"id": 1,
"title": "sample string 2",
"time": "sample string 3",
"type": 4,
"imgUrl": "sample string 5",
"Author": "sample string 6",
"commentNum": 7
},
{
"id": 1,
"title": "sample string 2",
"time": "sample string 3",
"type": 4,
"imgUrl": "sample string 5",
"Author": "sample string 6",
"commentNum": 7
},
{
"id": 1,
"title": "sample string 2",
"time": "sample string 3",
"type": 4,
"imgUrl": "sample string 5",
"Author": "sample string 6",
"commentNum": 7
}
],
"Data2": [
{
"id": 1,
"title": "sample string 2",
"href": "sample string 3",
"img": "sample string 4",
"status": "sample string 5"
},
{
"id": 1,
"title": "sample string 2",
"href": "sample string 3",
"img": "sample string 4",
"status": "sample string 5"
},
{
"id": 1,
"title": "sample string 2",
"href": "sample string 3",
"img": "sample string 4",
"status": "sample string 5"
}
],
"Msg": "sample string 2"
}