处理接待
POST
http://localhost:8084/test//appointment/handle
接口描述
situation为1 那么可以添加备注 situation 为0 或者其他无法备注 默认为0
请求头
参数名
类型
描述
必填
dev
string
示例:
必填
请求参数
参数名
类型
描述
必填
id
int
示例:37
必填
situation
int
示例:2
必填
remarks
string
示例:这是备注2
必填
响应参数
参数名
类型
描述
必填
success
boolean
示例:true
必填
responseCode
string
示例:100000
必填
message
string
示例:运行正确
必填
result
object
示例:null
必填
args
object
示例:null
必填