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
8a4bb236
Commit
8a4bb236
authored
Apr 21, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Delete 推荐列表 - 查询分页免登录.md
parent
53470eb9
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
210 deletions
+0
-210
推荐列表 - 查询分页免登录.md
bbs-api/InvitationController/推荐列表 - 查询分页免登录.md
+0
-210
No files found.
bbs-api/InvitationController/推荐列表 - 查询分页免登录.md
deleted
100644 → 0
View file @
53470eb9
# 推荐列表 - 查询分页免登录
> URL: http://localhost:10004/jac/bbs/api/invitationInfo/getInvitationListNoAuth
>
> Origin Url: http://localhost:10004/jac/bbs/api/invitationInfo/getInvitationListNoAuth
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|token|016e414d349a48228400d2050483ee8a|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
{
"userId": 9908212118,
"pageNum": 1,
"pageSize": 10
}
```
###### JSON document
```
{
"pageSize":"每页记录条数",
"userId":"用户id",
"pageNum":"页码"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"traceId": "abdeca26878738de",
"data": {
"records": [
{
"id": 1005064,
"title": "曲威测试我494631619464964",
"authorId": 9908212118,
"authorName": "*2724",
"authorAvatar": null,
"authorAvatarRsa": null,
"authorLevel": null,
"authorIntroduction": null,
"tags": null,
"createTime": "4天前",
"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":"预览内容",
"topicList":[
{
"topicId":1,
"checkStatus":"checkStatus_s30ch",
"topicName":"topicName_5kghh",
"disabled":"disabled_crkei"
}
],
"authorAvatarRsa":"作者头像(RSA加密)",
"activityCode":"活动代码",
"checkStatus":"审核状态",
"authorLevel":"作者会员等级",
"videoList":[
"videoList_rd8av"
],
"atUserList":[
{
"userName":"userName_xlrin",
"type":"type_2iovd",
"userId":1
}
],
"coverImage":"封面图片",
"id":"帖子id",
"viewCount":"帖子阅读量",
"isLiked":"当前用户是否点赞",
"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_28ov9"
],
"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