文档
测试

查询文章详情(登录)

GET
/userorg/app/news/detail

请求参数

参数名
类型
描述
必填
id
long
文章id
必填

响应参数

参数名
类型
描述
必填
id
long
id
必填
topImage
string
首图
必填
title
sting
标题
必填
content
string
内容
必填
isRecommend
int
1 推荐
必填
browseNumber
int
浏览数量
必填
supportNumber
int
点赞量
必填
createTime
date
添加时间
必填
isCollect
int
0 未收藏 1已收藏
必填
isSupport
int
0 未点赞 1已点赞
必填
totalComment
int
总评论数
必填