Commit fdf5cf4b authored by quwei's avatar quwei 🤸🏼

sync data

parent 5f9416da
# 我的收藏-动态
> URL: http://localhost:10004/jac/bbs/api/collect/getMyCollectPostList
>
> Origin Url: http://localhost:10004/jac/bbs/api/collect/getMyCollectPostList
>
> 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
```
{
"pageNum": 1,
"pageSize": 10
}
```
###### JSON document
```
{
"pageSize":"每页记录条数",
"pageNum":"页码"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"traceId": "be52b9dab37b8071",
"data": {
"records": [],
"total": 0,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 0
}
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{},
"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