文档
测试

分页查询记录

GET
/api/search/history/getSearchHistoryPage

接口描述

分页查询历史搜索记录

请求参数

参数名
类型
描述
必填
userId
string
用户id
必填
pageNum
number
必填
pageSize
number
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:success
必填
code
int
示例:0
必填
data
object
数据字典
必填
totalCount
int
示例:6
必填
pageSize
int
示例:6
必填
totalPage
int
示例:1
必填
currPage
int
示例:0
必填
list
array
历史搜索记录
必填

说明 / 示例

![f97d509cf793018f6597abc058c44c2.png](https://cos.easydoc.net/81117541/files/lj1jmf3h.png)