- 公共分类
- 直播小助手
- 优惠套餐
- 同城配送门店
- 同城配送订单
- 打印机管理
- DIY
- 直播间商品管理
- 自提件点
- 复制商品
- 秒杀商品
- 资金明细
- 预售商品
- 自动标签
- 发票管理
- 助力商品
- 用户管理
- 公告管理
- 拼团商品
- 拼团团队
- 财务管理
- 导入管理
- 保障服务
- Cache
- 分账单
- 分账申请
- 积分管理
- 一号通
- 商品标签
- 商品单位
- 仓库商品
- 身份管理
- 商品管理
- 优惠券
- 对账管理
- 店铺设置
- 导出文件 v1.1.0
- 附件管理
- 附件分类
- 管理员管理
- 配置管理
- 地区管理
- 产品规则模板
- 运费管理
- 客服管理
- 员工管理
- 订单管理
- 退款订单
- 商品评价管理
- 统计
- 直播间管理
- 参数模板
- OpenApi
- 系统表单
- 配送员
- 卡密库
- 一次性卡密
- 代客下单
- 预约商品
预约日历
开发中
GET
/reservation/service/list
请求参数
Query 参数
service_type
string
可选
示例值:
0
reservation_keyword
string
预约人员信息
示例值:
13200009999/张三
staff_id
string
服务人员id
示例值:
1
uid
string
用户id
示例值:
1
phone
string
用户电话
示例值:
13200009999
nickname
string
用户昵称
示例值:
sda
date
string
日期 必填
示例值:
2025-05-16
reservation_status
array[string]
可选
示例值:
["1"]
Header 参数
x-token
string
可选
默认值:
{{x-token}}
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET '/reservation/service/list?service_type=0&reservation_keyword=13200009999/张三&staff_id=1&uid=1&phone=13200009999&nickname=sda&date=2025-05-16&reservation_status=1' \
--header 'x-token: {{x-token}}'
返回响应
🟢200成功
application/json
Body
status
integer
必需
message
string
必需
data
object
必需
count
integer
必需
list
array [object {5}]
必需
示例
{
"status": 200,
"message": "success",
"data": {
"count": 1,
"list": [
{
"staffs_id": 0,
"mer_id": 1,
"phone": "",
"name": "未指派",
"orders": []
},
{
"staffs_id": 12,
"mer_id": 1,
"phone": "1",
"name": "1",
"orders": []
},
{
"staffs_id": 11,
"mer_id": 1,
"phone": "13000000000",
"name": "小杨",
"orders": [
{
"order_id": 1319,
"main_id": 0,
"group_order_id": 1311,
"order_sn": "wxo1747357175732579921",
"uid": 244,
"spread_uid": 244,
"top_uid": 0,
"real_name": "张扬",
"user_phone": "13556496752",
"user_address": "陕西省咸阳市秦都区上林街道秦都区金湾大厦D座西北50米(能源一路南)",
"cart_id": "355",
"total_num": 1,
"total_price": "399.00",
"total_postage": "0.00",
"pay_price": "399.00",
"pay_postage": "0.00",
"is_selfbuy": 1,
"extension_one": "39.90",
"extension_two": "0.00",
"commission_rate": "0.0000",
"integral": 0,
"integral_price": "0.00",
"give_integral": 798,
"coupon_id": "",
"coupon_price": "0.00",
"platform_coupon_price": "0.00",
"svip_discount": "0.00",
"order_type": 0,
"paid": 1,
"pay_time": "2025-05-16 08:59:37",
"pay_type": 0,
"create_time": "2025-05-16 08:59:36",
"status": 0,
"delivery_type": null,
"is_virtual": 4,
"delivery_name": null,
"delivery_id": null,
"mark": "",
"remark": null,
"admin_mark": null,
"verify_code": "1897416298626800",
"verify_time": null,
"verify_service_id": null,
"transaction_id": null,
"activity_type": 0,
"order_extend": [
{
"日期": "2025-05-16",
"时间": "08:59",
"下拉框": ""
}
],
"mer_id": 1,
"reconciliation_id": 0,
"cost": "599.00",
"is_del": 0,
"is_system_del": 0,
"verify_status": 0,
"refund_switch": 1,
"kuaidi_label": null,
"task_id": "",
"is_behalf": 0,
"behalf_no_verify": 0,
"enable_assigned": 0,
"staffs_id": 11,
"is_cancel": -1,
"reservation_service_voucher": [],
"clock_in_info": [],
"productInfo": {
"order_id": 1319,
"product_id": 346,
"reservation_date": "2025-05-16",
"reservation_id": 5445,
"store_name": "【花花大码】Jk制服辣妹套装日系学院纯欲百褶裙衬衫2025春夏新款",
"sku_name": "2XL【建议145-165斤内】,冈梨田",
"reservation_start": "10:00",
"reservation_end": "12:00"
}
}
]
},
{
"staffs_id": 10,
"mer_id": 1,
"phone": "13201816773",
"name": "weeks",
"orders": []
},
{
"staffs_id": 8,
"mer_id": 1,
"phone": "15249145512",
"name": "plz",
"orders": []
},
{
"staffs_id": 9,
"mer_id": 1,
"phone": "13000000000",
"name": "laqu",
"orders": []
}
]
}
}