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
c875daeb
Commit
c875daeb
authored
Apr 21, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
4a36e3c3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
91 additions
and
0 deletions
+91
-0
根据ucId查询个人帖子信息查询.md
bbs-api/InvitationController/根据ucId查询个人帖子信息查询.md
+91
-0
No files found.
bbs-api/InvitationController/根据ucId查询个人帖子信息查询.md
0 → 100644
View file @
c875daeb
# 根据ucId查询个人帖子信息查询
> URL: http://localhost:10004/jac/bbs/api/invitationInfo/personalBBSInfo?userId=1000809
>
> Origin Url: http://localhost:10004/jac/bbs/api/invitationInfo/personalBBSInfo
>
> Type: GET
### Request headers
|Header Name| Header Value|
|---------|------|
|token|016e414d349a48228400d2050483ee8a|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
|true|userId|String|1000809||
##### Body parameters
###### JSON
```
```
###### JSON document
```
null
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"traceId": "d73e45596b2a9a4a",
"data": {
"collectionNum": 0,
"invitationNum": 3,
"focusNum": 0,
"fanNum": 1,
"likeNum": 0
}
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"invitationNum":"帖子数",
"collectionNum":"收藏数",
"fanNum":"粉丝数",
"focusNum":"关注数",
"likeNum":"获赞数"
},
"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