文档
测试

getAppointment(查询)

GET
http://localhost:8081/appointment/get

接口描述

通过id,title ,查询,page默认1,count默认4,可以不传

请求参数

参数名
类型
描述
必填
title
string
示例:测试
必填
id
Long
示例:
必填
count
Integer
间隔,可不传,默认为4
必填
page
Integer
可不传,默认为1
必填

响应参数

参数名
类型
描述
必填
List
自定义类
包含多个Appointment对象
必填
appointment
自定义类
必填