Commit 015d4a40 authored by quwei's avatar quwei 🤸🏼

sync data

parent 8de0284f
# 我的发布-动态
> URL: http://localhost:10004/jac/bbs/api/invitationInfo/getMyPostList
>
> Origin Url: http://localhost:10004/jac/bbs/api/invitationInfo/getMyPostList
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|token|376a9ac26a2949aab7d0b5812b4351d8|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
{
"pageNum": 1,
"pageSize": 10
}
```
###### JSON document
```
{
"pageSize":"每页记录条数",
"pageNum":"页码"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"traceId": "2988a00fbc23507c",
"data": {
"records": [
{
"memberLevel": "V2",
"memberLevelCode": 2,
"memberLevelName": "白银",
"id": 1005064,
"title": "曲威测试我494631619464964",
"authorId": 9908212118,
"authorName": "*2724",
"authorAvatar": null,
"authorAvatarRsa": null,
"authorLevel": null,
"authorIntroduction": null,
"tags": null,
"createTime": "5天前",
"commentNum": 0,
"isLiked": false,
"likeCount": 0,
"isFollowed": false,
"checkStatus": "CHECK_PASSED",
"source": "app",
"displayPhoto": null,
"viewCount": 0,
"collectionCount": 0,
"isCollected": false,
"imageList": [
"http://sy.esvtek.com:15001/file/download/direct/860E34D0E51F4E50D717739059609ED378D4561F21C059958043927138A16FB1A21427D628CDB72984CF28832BA89496"
],
"videoList": null,
"commentInfo": null,
"previewContent": "红运营呵呵呵呵呵呵",
"activityCode": null,
"forumId": 30,
"forumName": "动态",
"coverImage": null,
"topicList": null,
"atUserList": []
}
],
"total": 1,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
}
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"total":"No comment,Type =Number",
"current":"No comment,Type =Number",
"hitCount":"No comment,Type =Boolean",
"size":"No comment,Type =Number",
"optimizeCountSql":"No comment,Type =Boolean",
"records":[
{
"likeCount":"点赞数",
"source":"来源: app/web",
"title":"帖子标题",
"previewContent":"预览内容",
"memberLevelCode":"会员等级编码,与 member_level.level_code 对应",
"topicList":[
{
"topicId":1,
"checkStatus":"checkStatus_rm8y5",
"topicName":"topicName_00bvw",
"disabled":"disabled_64acy"
}
],
"authorAvatarRsa":"作者头像(RSA加密)",
"activityCode":"活动代码",
"checkStatus":"审核状态",
"authorLevel":"作者会员等级",
"videoList":[
"videoList_xr5er"
],
"atUserList":[
{
"userName":"userName_k4x5c",
"type":"type_sv7gh",
"userId":1
}
],
"coverImage":"封面图片",
"id":"帖子id",
"viewCount":"帖子阅读量",
"memberLevel":"会员等级,如V1(已开通成长值/会员账户时有值)",
"isLiked":"当前用户是否点赞",
"memberLevelName":"会员等级名称",
"authorId":"作者id",
"authorAvatar":"作者头像",
"isFollowed":"当前用户是否关注作者",
"tags":"作者标签",
"commentNum":"帖子评论数量",
"commentInfo":{
"replyCount":"回复数",
"profilePhoto":"头像地址",
"createTime":"创建时间",
"id":"评论id",
"invitationId":"帖子ID",
"commentContent":"文字内容",
"source":"评论人来源(web/app)",
"userName":"评论人名称",
"userId":"评论人ID",
"profilePhotoRsa":"头像地址rsa"
},
"authorIntroduction":"作者简介",
"createTime":"创建时间",
"forumName":"分类",
"authorName":"作者名称",
"collectionCount":"帖子收藏数量",
"imageList":[
"imageList_k1c60"
],
"displayPhoto":"列表展示图片",
"isCollected":"当前用户是否收藏",
"forumId":"分类id"
}
],
"maxLimit":"No comment,Type =Number",
"orders":[
{
"asc":"No comment,Type =Boolean",
"column":"No comment,Type =String"
}
],
"countId":"No comment,Type =String",
"isSearchCount":"No comment,Type =Boolean"
},
"resultCode":"No comment,Type =Number",
"message":"No comment,Type =String"
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment