Commit 9b7ee362 authored by quwei's avatar quwei 🤸🏼

sync data

parent 015d4a40
# 我的发布-问答
> URL: http://localhost:10004/jac/bbs/api/invitationInfo/getMyQaList
>
> Origin Url: http://localhost:10004/jac/bbs/api/invitationInfo/getMyQaList
>
> 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": "df89e782e1f9a436",
"data": {
"records": [],
"total": 0,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 0
}
}
```
##### 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_eabvn",
"topicName":"topicName_bybpf",
"disabled":"disabled_y7xnz"
}
],
"authorAvatarRsa":"作者头像(RSA加密)",
"activityCode":"活动代码",
"checkStatus":"审核状态",
"authorLevel":"作者会员等级",
"videoList":[
"videoList_7xgpf"
],
"atUserList":[
{
"userName":"userName_ookkw",
"type":"type_02ivr",
"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_7ive6"
],
"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