文档
测试

官网预约列表查询

POST
http://localhost:8080/community/appointment/findAll

接口描述

查询未处理/已处理的预约列表

请求头

参数名
类型
描述
必填
dev
string
示例:
必填

请求参数

参数名
类型
描述
必填
situation
int
0未处理,1已处理
必填
pageNum
int
页码
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
responseCode
string
示例:100000
必填
message
string
示例:运行正确
必填
result
object
数据字典
必填
total
int
示例:1
必填
list
array
数据列表
必填
needPage
boolean
示例:true
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填
userId
int
示例:12
必填
result
object
数据字典
必填
id
int
示例:null
必填
company
string
示例:公司名称
必填
contacts
string
示例:联系人姓名
必填
phone
string
示例:手机号
必填
position
string
示例:职位
必填
createTime
date
示例:预约创建时间
必填
updateTime
date
示例:预约更新时间
必填
remarks
string
示例:备注
必填
content
string
示例:合作说明
必填
pageNum
int
示例:1
必填
pageSize
int
示例:10
必填
size
int
示例:1
必填
startRow
int
示例:1
必填
endRow
int
示例:1
必填
pages
int
示例:1
必填
prePage
int
示例:0
必填
nextPage
int
示例:0
必填
isFirstPage
boolean
示例:true
必填
isLastPage
boolean
示例:true
必填
hasPreviousPage
boolean
示例:false
必填
hasNextPage
boolean
示例:false
必填
navigatePages
int
示例:8
必填
navigatepageNums
array
数据列表
必填
navigateFirstPage
int
示例:1
必填
navigateLastPage
int
示例:1
必填
args
object
示例:null
必填