查询可编辑列表
开发中
GET
/meetingRoom/page
请求参数
Query 参数
page
string
可选
示例值:
1
size
string
可选
示例值:
10
Header 参数
Authorization
string
可选
示例值:
{{token}}
Body 参数application/json
object {0}
示例
{}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'http://localhost:8081/meetingRoom/page?page=1&size=10' \
--header 'Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{}'
返回响应
🟢200成功
application/json
Body
code
integer
必需
success
boolean
必需
message
string
必需
data
object
必需
page
integer
必需
size
integer
必需
total
integer
必需
data
array [object {8}]
必需
示例
{"code":200,"success":true,"message":"成功","data":{"page":1,"size":10,"total":7,"data":[{"id":1,"name":"1103大会议室","userCount":32,"place":"大门入口右转1103号大会议室","remark":"全景落地窗,尊享位置 编辑之后","isVideo":1,"isProjector":1,"isPhone":1},{"id":5,"name":"1103大会议室1","userCount":32,"place":"大门入口右转1103号大会议室","remark":"全景落地窗,尊享位置","isVideo":1,"isProjector":1,"isPhone":1},{"id":6,"name":"1103大会议室 从add2接口添加","userCount":32,"place":"大门入口右转1103号大会议室","remark":"全景落地窗,尊享位置","isVideo":1,"isProjector":1,"isPhone":1},{"id":7,"name":"1103大会议室 从add2接口添加1","userCount":32,"place":"大门入口右转1103号大会议室","remark":"全景落地窗,尊享位置","isVideo":1,"isProjector":1,"isPhone":1},{"id":9,"name":"1103大会议室 从add2接口添加2","userCount":32,"place":"大门入口右转1103号大会议室","remark":"全景落地窗,尊享位置","isVideo":1,"isProjector":1,"isPhone":1},{"id":10,"name":"1103大会议室 从add2接口添加3","userCount":32,"place":"大门入口右转1103号大会议室","remark":"全景落地窗,尊享位置","isVideo":1,"isProjector":1,"isPhone":1},{"id":11,"name":"1103大会议室4","userCount":32,"place":"大门入口右转1103号大会议室","remark":"全景落地窗,尊享位置","isVideo":1,"isProjector":1,"isPhone":1}]}}