文档
测试

预约详情

GET
/api/appointment/detail

请求参数

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

响应参数

参数名
类型
描述
必填
data
object
预约信息
必填
id
int
预约id
必填
name
string
联系人
必填
tel
string
预留电话
必填
time
string
预约时间
必填
store
object
预约门店
必填
name
string
门店名称
必填
tel
string
门店电话
必填
address
string
门店地址
必填

说明 / 示例

{ "data": { "id": 2, "user_id": 1, "store_id": 1, "time": "2022-12-14", "name": "aaa", "tel": "1111", "created_at": "2022-07-21 16:55:22", "updated_at": "2022-07-21 16:55:22", "store": { "id": 1, "name": "测试", "tel": "15254265894", "address": "四川省南充市顺庆区五星花园", "is_default": 1, "longitude": "106.115942", "latitude": "30.792762", "ord": 0, "content": null, "img": "/images/1653029847114.jpg", "created_at": "2022-05-20 14:57:54", "updated_at": "2022-05-20 14:57:58", "deleted_at": null, "image": "/images/1653029854641.jpg", "service_time": "8:00-18:00", "remark": null, "instruction": null, "img_http": "http://127.0.0.77/images/1653029847114.jpg", "image_http": "http://127.0.0.77/images/1653029854641.jpg", "instruction_arr": [], "remark_txt": [] } } }