| Name | Description | Type | Additional information |
|---|---|---|---|
| postsId |
帖子Id |
integer |
None. |
| detail |
帖子内容 |
string |
None. |
| address |
发帖地址 |
string |
None. |
| commentCount |
评论数 |
integer |
None. |
| createDate |
创建时间 |
string |
None. |
| topicId |
话题Id |
integer |
None. |
| topicTitle |
话题名称 |
string |
None. |
| topicUserId |
话题主Id |
integer |
None. |
| onlookerCount |
点赞数 |
integer |
None. |
| stickIndex |
置顶 |
integer |
None. |
| url |
链接 |
string |
None. |
| viewCount |
浏览数 |
integer |
None. |
| distance |
距离 |
decimal number |
None. |
| userinfo |
发帖用户 |
ZaiMieApp.WebApi.ViewModel.UserInfoView |
None. |
| isSayGood |
是否点赞 |
boolean |
None. |
| isEnshrined |
是否已收藏 |
boolean |
None. |
| showAddress | integer |
None. |
|
| isAttentionTopic |
是否已关注话题 |
boolean |
None. |
| isAttentionUser |
是否已关注用户 |
boolean |
None. |
| postsImage |
帖子图片;List |
Collection of ZaiMieApp.WebApi.ViewModel.PostsImageView |
None. |
| sayGoodUser |
点赞用户 |
Collection of ZaiMieApp.WebApi.ViewModel.UserInfoView |
None. |
| reply |
评论用户 |
Collection of ZaiMieApp.WebApi.ViewModel.ReplyView |
None. |
| replyCount |
评论总数量 |
integer |
None. |
| webContent | string |
None. |
|
| webTitle | string |
None. |
|
| webUrl | string |
None. |
|
| webImage | string |
None. |