Commit c875daeb authored by quwei's avatar quwei 🤸🏼

sync data

parent 4a36e3c3
# 根据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"
}
```
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