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
a08940e6
Commit
a08940e6
authored
Apr 22, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
2c270cda
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
140 additions
and
0 deletions
+140
-0
收藏帖子列表查询.md
bbs-api/CollectionController/收藏帖子列表查询.md
+140
-0
No files found.
bbs-api/CollectionController/收藏帖子列表查询.md
0 → 100644
View file @
a08940e6
# 收藏帖子列表查询
> URL: http://localhost:10004/jac/bbs/api/collect/getCollectList
>
> Origin Url: http://localhost:10004/jac/bbs/api/collect/getCollectList
>
> 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
```
{
"forumId": 30,
"pageNum": 1,
"pageSize": 1
}
```
###### JSON document
```
{
"pageSize":"每页记录条数",
"pageNum":"页码",
"forumId":"论坛分类id: 29资讯,30动态"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"traceId": "4e90a12b07eab9e2",
"data": {
"records": [
{
"memberLevel": "V1",
"memberLevelCode": 1,
"memberLevelName": "青铜",
"id": 1005081,
"title": "话题动态",
"userId": 112235376,
"userName": "N",
"profilePhoto": null,
"createTime": "23小时前",
"commentNum": 1,
"pointLikeFlag": false,
"pointLikeNum": 1,
"focusFlag": false,
"checkStatus": "CHECK_PASSED",
"source": "app",
"displayPhoto": null,
"views": 8,
"collectionCount": 2,
"isCollection": 1,
"imageList": [
"http://sy.esvtek.com:15001/file/download/direct/466F51F96B453C81610807798C55355EE5F50C26C918A4E37090F057AFA1B371CDB913A8C4EBC4338C95E78CCF1F5972"
],
"videoList": null,
"invitationCommentInfo": null,
"previewContent": "测试话题发表动态",
"activityCode": null,
"forumId": 30,
"qaId": null,
"coverImage": null,
"topicList": [
{
"topicId": 104,
"topicName": "江淮康铃",
"checkStatus": "CHECK_PASSED",
"disabled": "0"
}
],
"atUserIdList": [],
"profilePhotoRsa": "alJSmu4BPSWKcpCnQSA/cGaSA8EAL/qlmV7E0yi0+zSo8I9sy+dt6Jq/lodDOMMm/IX94l5RYkU7hwp5hEd5WlA4UHc8N9HWy6D3Cq8r9M6xj8U8/++5AOmu7CLdPuFtIuQLd7LdJ0td2mJnrV/g4NhmqJC9Mj96s9RUFzT0fbMDvx9qdKcpl9+RVeXbtlDkA2JwRi+4ugxjkliL9l0H/DqegLK2/aF2WatnYjcs+QaiT4m87HF0A+EZ2wgaU9T82t28V3+xRviVppQccsioDmG4N0NhGFV8cakBN1KJvXxiXLBq/oHxhZycInCHfxJWX9Syqwl0nqvPCgvh5q2HRQ=="
}
],
"total": 3,
"size": 1,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 3
}
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{},
"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