GET api/vobaocard/vobaonewsdetail?nid={nid}
好文-资讯详情
请求信息
URI 参数
| Name | Description | Type | Additional information |
|---|---|---|---|
| nid | integer |
Required |
Body 请求体 参数
None.
响应消息
内容 描述
CxccApiResponseBaseOfVobaoNewsDetail| Name | Description | Type | Additional information |
|---|---|---|---|
| data | VobaoNewsDetail |
None. |
|
| code | integer |
None. |
|
| msg | string |
None. |
响应示例
application/json, text/json
Sample:
{
"data": {
"id": "sample string 1",
"title": "sample string 2",
"cont": "sample string 3",
"contUrl": "sample string 4",
"imgUrl": "sample string 5",
"addTime": "2025/12/26 05:31:16",
"hits": 7,
"zan": 8,
"isCollect": 9,
"addTimeShow": "2025年12月26日"
},
"code": 1,
"msg": "sample string 2"
}
image/png
Sample:
Sample not available.
image/jpg
Sample:
Sample not available.