文档
测试
GET
http://localhost:8080/red-memory/localService/redhandcopy/getListByParams

请求参数

参数名
类型
描述
必填
page
必填
limit
必填
searchName
搜索名 匹配title
必填
handCopyTypeId
分类id、
必填

响应参数

参数名
类型
描述
必填
msg
string
示例:查询成功
必填
code
int
示例:0
必填
page
object
数据字典
必填
totalCount
int
示例:1
必填
pageSize
int
示例:10
必填
totalPage
int
示例:1
必填
currPage
int
示例:1
必填
list
array
数据列表
必填
handCopyId
string
示例:1457637292565991424
必填
img
string
示例:1
必填
title
string
示例:asdsadasd
必填
content
string
示例:asdadasd asd asd
必填
handCopyTypeId
string
示例:1
必填
difficultLevel
int
示例:5
必填
createTime
string
示例:2021-11-08 17:13:06
必填
readTimes
int
示例:0
必填
type
int
示例:1
必填
userId
string
示例:1
必填
username
string
示例:admin
必填

说明 / 示例

{ "msg": "查询成功", "code": 0, "page": { "totalCount": 1, "pageSize": 10, "totalPage": 1, "currPage": 1, "list": [ { "handCopyId": "1457637292565991424", "img": "1", "title": "asdsadasd ", "content": "asdadasd asd asd ", "handCopyTypeId": "1", "difficultLevel": 5, "createTime": "2021-11-08 17:13:06", "readTimes": 0, "type": 1, "userId": "1", "username": "admin" } ] } }