Commit 1bc9ef6c authored by quwei's avatar quwei 🤸🏼

Upload New File

parent 84479f3f
Pipeline #3655 canceled with stages
# 热门搜索词分页列表(关键词模糊、状态精准,按创建时间倒序)
> URL: http://localhost:10003/jac/bbs/mgr/hotSearchWord/getPageList
>
> Origin Url: http://localhost:10003/jac/bbs/mgr/hotSearchWord/getPageList
>
> Type: POST
### Request headers
|Header Name| Header Value|
|---------|------|
|jwt|0d116ad3177a40a6a4438c9f21e7ca5b|
### Parameters
##### Path parameters
| Parameter | Type | Value | Description |
|---------|------|------|------------|
##### URL parameters
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Body parameters
###### JSON
```
{
"pageNum": 1,
"pageSize": 10
}
```
###### JSON document
```
{
"pageSize":"每页记录条数",
"keyword":"热门搜索词,模糊查询",
"pageNum":"页码",
"status":"状态 0启用 1禁用,精准查询"
}
```
##### Form URL-Encoded
|Required| Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
##### Multipart
|Required | Parameter | Type | Value | Description |
|---------|---------|------|------|------------|
### Response
##### Response example
```
{
"resultCode": 200,
"message": "success",
"traceId": "9d63adad064aa205",
"data": {
"records": [
{
"id": 1,
"keyword": "重卡联合",
"status": 0,
"statusLabel": "启用",
"createTime": "2026-04-20 15:59:33"
}
],
"total": 1,
"size": 10,
"current": 1,
"orders": [],
"optimizeCountSql": true,
"hitCount": false,
"countId": null,
"maxLimit": null,
"searchCount": true,
"pages": 1
}
}
```
##### 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":[
{
"createTime":"创建时间",
"id":"主键id",
"keyword":"热门搜索词",
"statusLabel":"状态文案",
"status":"状态 0启用 1禁用"
}
],
"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