文档
测试

获取资讯详情

GET
http://localhost:8082/red-memory-user/content/redcontentinfo/info/1447190855877267456

接口描述

请求参数字符串拼接

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
object
数据字典
必填
contentInfoId
string
示例:1447190855877267456
必填
content
string
示例:<p>123</p>
必填
subtitle
string
示例:123213
必填
title
string
示例:123
必填
readNumber
int
示例:0
必填
likeNumber
int
示例:0
必填
editorName
string
示例:123
必填
author
string
示例:123
必填
source
object
示例:null
必填
createTime
string
示例:2021-10-10 21:22:42
必填
collectNumber
int
示例:0
必填
commentNumber
int
示例:0
必填
userId
object
示例:null
必填
contentTypeId
string
示例:1440663988403834880
必填
updateTime
string
示例:2021-10-10 21:22:42
必填
imageUrl
object
示例:null
必填
contentLink
string
示例:123
必填
keywords
string
示例:123
必填
labelName
object
示例:null
必填
labelId
object
示例:null
必填
videoUrl
object
示例:null
必填
isVideo
int
示例:0
必填

说明 / 示例

{ "msg": "success", "code": 0, "redContentInfo": { "contentInfoId": "1447190855877267456", "content": "<p>123</p>", "subtitle": "123213", "title": "123", "readNumber": 0, "likeNumber": 0, "editorName": "123", "author": "123", "source": null, "createTime": "2021-10-10 21:22:42", "collectNumber": 0, "commentNumber": 0, "userId": null, "contentTypeId": "1440663988403834880", "updateTime": "2021-10-10 21:22:42", "imageUrl": null, "contentLink": "123", "keywords": "123", "labelName": null, "labelId": null, "videoUrl": null, "isVideo": 0 } }