ThinkChat2.0新版上线,更智能更精彩,支持会话、画图、阅读、搜索等,送10W Token,即刻开启你的AI之旅 广告
## 所有动态获取 +++ get:/user/dynamic/getall.do *string:userId=1#用户ID *string:index=1#初始页 *string:pageSize=10#件数 <<< success { "code": "00000", "info": "信息获取成功。", "data": [ { "beAgreeCount": 0, "beCommentCount": 0, "beReportCount": 0, "commentInfo": [], "content": "1111", "createTime": "2016-11-22 10:16:55.0", "delFlg": "0", "img1": "", "img2": "", "img3": "", "img4": "", "img5": "", "img6": "", "img7": "", "img8": "", "img9": "", "title": "test1", "updateTime": "2016-11-22 10:16:55.0", "userDynamicId": 6, "userId": 1 }, { "beAgreeCount": 6, "beCommentCount": 0, "beReportCount": 0, "commentInfo": [ { "commentContent": "2222", "commentId": 1, "commentModel": "0", "commentType": "", "createTime": "", "delFlg": "0", "reviceUserId": 1, "sendUserId": 1, "updateTime": "", "userDynamicId": 1 }, { "commentContent": "2222", "commentId": 2, "commentModel": "0", "commentType": "", "createTime": "", "delFlg": "0", "reviceUserId": 1, "sendUserId": 1, "updateTime": "", "userDynamicId": 1 }, { "commentContent": "2222", "commentId": 3, "commentModel": "0", "commentType": "", "createTime": "", "delFlg": "0", "reviceUserId": 1, "sendUserId": 1, "updateTime": "", "userDynamicId": 1 }, { "commentContent": "2222", "commentId": 4, "commentModel": "0", "commentType": "", "createTime": "", "delFlg": "0", "reviceUserId": 1, "sendUserId": 1, "updateTime": "", "userDynamicId": 1 }, { "commentContent": "2222", "commentId": 5, "commentModel": "0", "commentType": "", "createTime": "", "delFlg": "0", "reviceUserId": 1, "sendUserId": 1, "updateTime": "", "userDynamicId": 1 } ], "content": "content", "createTime": "2016-11-18 16:01:09.0", "delFlg": "0", "img1": "", "img2": "", "img3": "", "img4": "", "img5": "", "img6": "", "img7": "", "img8": "", "img9": "", "title": "test", "updateTime": "2016-11-22 17:05:54.0", "userDynamicId": 1, "userId": 1 } ] } <<< error +++ ####参数接口描述(data中的内容):record |序号|名称|描述|备注| | -- | -- | -- | -- | | 1 |beAgreeCount|被点赞数|| | 2 |beCommentCount|被评论数|| | 3|beReportCount|被举报数|| | 4|content|内容|| | 5|createTime|创建日期|| | 6|updateTime|更新日期|| | 7 |commentContent|评论内容|| | 8 |commentId|评论id|| | 9 |commentModel|评论类型|0:正常 1:匿名| | 10 |commentType|评论区分|1:评论消息;2:回复评论| | 11 |createTime|创建时间|| | 12 |delFlg|删除情况|0:未删除;1:已删除| | 13 |reviceUserId|接收者id|| | 14 |sendUserId|发送者id|| | 15 |updateTime|更新日期|| | 16 |userDynamicId|用户动态id||