Commit d3fb7e6b authored by quwei's avatar quwei 🤸🏼

sync data

parent c2faa912
# 名人列表查询
> URL: http://localhost:10004/jac/bbs/api/personal/authorList
>
> Origin Url: http://localhost:10004/jac/bbs/api/personal/authorList
>
> 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": 1
}
```
###### 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": "6986d8c3f91e1aaf",
"data": {
"records": [
{
"id": 54,
"authorName": "提加商用车",
"profilePhoto": "https://jac-bbs.obs.cn-east-3.myhuaweicloud.com/image/1647334072835_1c3b147f.png",
"focusFlag": 0,
"fanNum": 19
}
],
"total": 13,
"size": 1,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 13
}
}
```
##### Response document
```
{
"traceId":"No comment,Type =String",
"data":{
"total":"No comment,Type =Number",
"current":"No comment,Type =Number",
"hitCount":"No comment,Type =Boolean",
"size":"No comment,Type =Number",
"optimizeCountSql":"No comment,Type =Boolean",
"records":[
{
"profilePhoto":"作者头像",
"authorName":"作者名称",
"focusFlag":"关注标识 0-未关注 1-关注",
"id":"id",
"fanNum":"粉丝数"
}
],
"maxLimit":"No comment,Type =Number",
"orders":[
{
"asc":"No comment,Type =Boolean",
"column":"No comment,Type =String"
}
],
"countId":"No comment,Type =String",
"isSearchCount":"No comment,Type =Boolean"
},
"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