Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
R
rap
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Container Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
quwei
rap
Commits
9b7ee362
Commit
9b7ee362
authored
Apr 22, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
015d4a40
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
176 additions
and
0 deletions
+176
-0
我的发布-问答.md
bbs-api/InvitationController/我的发布-问答.md
+176
-0
No files found.
bbs-api/InvitationController/我的发布-问答.md
0 → 100644
View file @
9b7ee362
# 我的发布-问答
> 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"
}
```
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment