数据备份
云评论提供了数据导出功能,用户可以根据自己的需要导出特定时间段的数据,不包括删除的评论。导出数据为json格式
在云评论后台中依次点击安装--》评论导出 如下图所示:
参数名 | 类型 | 说明 |
success | boolean | 数据是否导出成功 |
message | String | 错误信息,导出失败时提示 |
comments | JSON评论数组 | 评论列表 |
topicUrl | String | 文章URL |
topicTitle | String | 文章标题 |
topicId | long | 文章ID |
sourceTopicId | String | 文章的原始ID |
topicLikeSum | long | 文章的被喜欢数 |
topickShareSum | long | 文章被分享数 |
id | long | 评论ID |
content | String | 评论内容 |
attachs | Json数组 | 图片评论 |
ctime | Date | 评论发表时间 |
sp | long | 评论被顶次数 |
op | long | 评论被踩次数 |
replyId | long | 所回复的评论的ID,为0表示没有回复其他评论 |
nickname | String | 用户昵称 |
from | String | 用户账号来源 |
iconUrl | String | 用户头像(如果为空,表示使用默认头像) |
userProfileUrl | String | 用户个人主页 |