文档
测试

预约列表

GET
/api/apps/reservation/list

接口描述

获取预约列表接口

请求头

参数名
类型
描述
必填
Authorization
string
示例:eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJpc3MiOiJodHRwOlwvXC8xOTIuMTY4LjEuMTA0OjkwMDRcL2FwaVwvbWVtYmVyc1wvbG9naW4iLCJpYXQiOjE1NzQzMDQ3MzQsImV4cCI6MTU3NTE2ODczNCwibmJmIjoxNTc0MzA0NzM0LCJqdGkiOiJhMEJuZm1nTTBQTVpCWDluIiwic3ViIjoxLCJwcnYiOiJjYjc4YjVlMWZmY2UwZjgzMWQwMjMxZGYyYzhiZDdjODA2NDc3NzYyIn0.Rh26Co5tCq6bsF9BBHvFMO0fLY7Ua4lpSsvItwU6lh8
必填

响应参数

参数名
类型
描述
必填
code
int
示例:0
必填
msg
string
示例:
必填
data
array
数据列表
必填
id
int
示例:2
必填
mobile
string
示例:15900948191
必填
qq
string
示例:
必填
name
string
示例:
必填
origin
string
示例:app
必填
status
int
示例:2
必填
created
string
示例:1588207203
必填
price
string
示例:98.00
必填
status_text
string
示例:预约成功
必填
created_text
string
示例:2020-04-30 08:40:03
必填
fee
object
数据字典
必填
id
int
示例:27
必填
app_id
int
示例:1
必填
title
string
示例:高级工程师预约服务
必填
description
string
示例:
必填
engineer
object
数据字典
必填
id
int
示例:1
必填
name
string
示例:LiWW
必填
avatar
string
示例:http://assets.feifubao.com.cn/uploads/images/2020-04-28/ac4c695c5402320d8e24500818d462dd.jpg
必填
mobile
string
示例:13711111111
必填
qq
string
示例:400200100
必填
order
object
数据字典
必填
id
int
示例:74
必填
order_number
string
示例:SN202004300840032716507
必填
amount
int
示例:9800
必填
status
int
示例:3
必填
log
object
支付记录
必填
type
string
AliPay WeChat
必填

说明 / 示例

``` { "code": 0, "msg": "", "data": [ { "id": 2, "mobile": "15900948191", "qq": "", "name": "", "origin": "app", "status": 2, "created": "1588207203", "price": "98.00", "status_text": "预约成功", "created_text": "2020-04-30 08:40:03", "fee": { "id": 27, "app_id": 1, "title": "高级工程师预约服务", "description": "" }, "engineer": { "id": 1, "name": "LiWW", "avatar": "http://assets.feifubao.com.cn/uploads/images/2020-04-28/ac4c695c5402320d8e24500818d462dd.jpg", "mobile": "13711111111", "qq": "400200100" }, "order": { "id": 74, "order_number": "SN202004300840032716507", "amount": 9800, "status": 3 } }, { "id": 1, "mobile": "15900948191", "qq": "", "name": "", "origin": "app", "status": 0, "created": "1588207176", "price": "98.00", "status_text": "未支付", "created_text": "2020-04-30 08:39:36", "fee": { "id": 27, "app_id": 1, "title": "高级工程师预约服务", "description": "" }, "engineer": { "id": 1, "name": "LiWW", "avatar": "http://assets.feifubao.com.cn/uploads/images/2020-04-28/ac4c695c5402320d8e24500818d462dd.jpg", "mobile": "13711111111", "qq": "400200100" }, "order": { "id": 73, "order_number": "SN202004300839362713075", "amount": 9800, "status": 1 } } ] } ```