文档
测试

预约详情查询

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

请求头

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

请求参数

参数名
类型
描述
必填
id
int
预约编号
必填

响应参数

参数名
类型
描述
必填
success
boolean
示例:true
必填
responseCode
string
示例:100000
必填
message
string
示例:运行正确
必填
result
object
数据字典
必填
id
object
null
必填
company
string
公司名称
必填
contacts
string
联系人
必填
phone
string
电话号码
必填
position
string
职位
必填
createTime
date
创建时间
必填
updateTime
date
更新时间
必填
remarks
string
备注
必填
situation
int
必填
content
string
合作说明
必填
args
object
示例:null
必填