Commit 3bd946cb authored by quwei's avatar quwei 🤸🏼

sync data

parent afbeabbd
# 个人主页查询
> 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"
}
```
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment