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
3bd946cb
Commit
3bd946cb
authored
Apr 21, 2026
by
quwei
🤸🏼
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
sync data
parent
afbeabbd
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
104 additions
and
0 deletions
+104
-0
个人主页查询.md
bbs-api/PersonalController/个人主页查询.md
+104
-0
No files found.
bbs-api/PersonalController/个人主页查询.md
0 → 100644
View file @
3bd946cb
# 个人主页查询
> URL: http://localhost:10004/jac/bbs/api/personal/personalInfo
>
> Origin Url: http://localhost:10004/jac/bbs/api/personal/personalInfo
>
> 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": 58,
"source": "web"
}
```
###### JSON document
```
{
"source":"用户来源(web/app)",
"userId":"用户id"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"traceId": "543eef030eaf084f",
"data": {
"userId": 58,
"userName": "江淮卡友主编",
"profilePhoto": "https://jac-bbs.obs.cn-east-3.myhuaweicloud.com/image/1672210420180_e2e49d9f.png",
"signature": "获取一手资讯,尽在此处",
"focusNum": null,
"fanNum": 2999,
"invitationNum": 743,
"focusFlag": 0,
"crossFlag": null
}
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"invitationNum":"帖子数",
"profilePhoto":"头像",
"signature":"个性签名",
"focusFlag":"关注标识 0-未关注 1-关注",
"fanNum":"粉丝数",
"userName":"用户名",
"userId":"用户Id",
"focusNum":"关注数",
"crossFlag":"互关标识 0-未关注 1-关注"
},
"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