projectorder - 客户业务接口
- api/project/projectorder/getshoplist GET 获取门店列表信息
- api/project/projectorder/getprojectclasslist GET 获取项目分类列表信息
- api/project/projectorder/getproject GET 根据id获取项目信息
- api/project/projectorder/getprojectlist GET 门店 获取项目分页列表
- api/project/projectorder/getphysicianlistbyproject GET 门店 根据项目id获取技师列表
- api/project/projectorder/getprojectorder GET 根据id获取项目订单信息
- api/project/projectorder/getprojectorderlist GET 门店 获取项目订单列表
- api/project/projectorder/getorderstatuslist GET 获取项目订单状态列表
- api/project/projectorder/createprojectorder POST 新增项目订单
- api/project/projectorder/deleteprojectorder POST 删除项目订单
- api/project/projectorder/closeprojectorder POST 关闭项目订单
- api/project/projectorder/finishedprojectorder POST 项目订单确认完成
- api/project/projectorder/finishedprojectordertoshop POST 门店 项目订单确认完成
- api/project/projectorder/createprojectorderevaluation POST 评价项目订单
- api/project/projectorder/deleteprojectorderevaluation POST 删除项目订单评价
- api/project/projectorder/orderpaybymembercard POST 项目订单会员支付
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| city | string | 市 |
| district | string | 区 |
| keyword | string | |
| lat | decimal number | 纬度 |
| lng | decimal number | 经度 |
| province | string | 省 |
| tenantId | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| address | string | 地址 |
| appKey | string | AppKey |
| appSecret | string | AppSecret |
| city | string | 市 |
| code | string | 编码 |
| distance | decimal number | 距离 |
| district | string | 区 |
| id | int | |
| imagePath | string | 照片 |
| intro | string | 简介 |
| lBSPoint | string | 坐标 |
| memberInUse | boolean | 线上会员是否启用 |
| name | string | 名称 |
| phone | string | 电话 |
| province | string | 省 |
| shopArea | decimal number | 面积 |
| shopTag | string | 门店标签 |
| tenantId | int |
响应示例
application/json, text/json
[
{
"name": "",
"code": "",
"appKey": "",
"appSecret": "",
"province": "",
"city": "",
"district": "",
"address": "",
"lbsPoint": "",
"distance": 10.1,
"shopArea": 11.1,
"phone": "",
"intro": "",
"imagePath": "",
"memberInUse": true,
"shopTag": "",
"tenantId": 17,
"id": 18
},
{
"name": "",
"code": "",
"appKey": "",
"appSecret": "",
"province": "",
"city": "",
"district": "",
"address": "",
"lbsPoint": "",
"distance": 10.1,
"shopArea": 11.1,
"phone": "",
"intro": "",
"imagePath": "",
"memberInUse": true,
"shopTag": "",
"tenantId": 17,
"id": 18
}
]
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| tenantId | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int | |
| imagePath | string | 图片路径 |
| name | string | 名称 |
| order | int | 排序 |
| parentId | int | 上级分类Id |
| path | string | 父子路径 |
| saleInvisible | boolean | POS销售是否隐藏 |
响应示例
application/json, text/json
[
{
"parentId": 1,
"name": "",
"saleInvisible": true,
"path": "",
"imagePath": "",
"order": 6,
"id": 7
},
{
"parentId": 1,
"name": "",
"saleInvisible": true,
"path": "",
"imagePath": "",
"order": 6,
"id": 7
}
]
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| canDiscount | boolean | 是否可以打折 |
| canSelectPhysician | boolean | 是否选择技师 |
| canShowQueryOrder | boolean | 查询订单是否显示 |
| duration | int | 时长 |
| id | int | |
| images | [...] | 图片 |
| initial | string | 拼音缩写 |
| intro | string | 介绍 |
| inUse | boolean | 是否启用 |
| memberPrice | decimal number | 会员价 |
| name | string | 名称 |
| physicianIds | [...] | 技师id集合 |
| physicians | [...] | 技师列表 |
| ┆- id | int | |
| ┆- idCard | string | 证件号 |
| ┆- imagePath | string | 图片 |
| ┆- inUse | boolean | 是否启用 |
| ┆- jobNumber | string | 工号 |
| ┆- name | string | 名称 |
| ┆- nickName | string | 昵称 |
| ┆- phone | string | 电话 |
| ┆- point | decimal number | 评分 |
| projects | [...] | 项目 |
| ┆- sex | int | 性别:1男,2女 |
| ┆- shopNames | string | 门店名 |
| shops | [...] | 门店 |
| ┆- address | string | 地址 |
| ┆- appKey | string | AppKey |
| ┆- appSecret | string | AppSecret |
| ┆- city | string | 市 |
| ┆- code | string | 编码 |
| ┆- distance | decimal number | 距离 |
| ┆- district | string | 区 |
| ┆- id | int | |
| ┆- imagePath | string | 照片 |
| ┆- intro | string | 简介 |
| ┆- lBSPoint | string | 坐标 |
| ┆- memberInUse | boolean | 线上会员是否启用 |
| ┆- name | string | 名称 |
| ┆- phone | string | 电话 |
| ┆- province | string | 省 |
| ┆- shopArea | decimal number | 面积 |
| ┆- shopTag | string | 门店标签 |
| ┆- tenantId | int | |
| price | decimal number | 售价 |
| projectClassId | int | 项目类型Id |
| projectClassName | string | 项目类型 |
响应示例
application/json
Sample not available.
text/json
Sample not available.
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| keyword | string | |
| pageIndex | int | |
| pageSize | int | |
| projectClassId | int | |
| shopId | int | |
| tenantId | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| data | [...] | |
| ┆- canDiscount | boolean | 是否可以打折 |
| ┆- canSelectPhysician | boolean | 是否选择技师 |
| ┆- canShowQueryOrder | boolean | 查询订单是否显示 |
| ┆- duration | int | 时长 |
| ┆- id | int | |
| images | [...] | 图片 |
| ┆- initial | string | 拼音缩写 |
| ┆- intro | string | 介绍 |
| ┆- inUse | boolean | 是否启用 |
| ┆- memberPrice | decimal number | 会员价 |
| ┆- name | string | 名称 |
| physicianIds | [...] | 技师id集合 |
| physicians | [...] | 技师列表 |
| ┆- id | int | |
| ┆- idCard | string | 证件号 |
| ┆- imagePath | string | 图片 |
| ┆- inUse | boolean | 是否启用 |
| ┆- jobNumber | string | 工号 |
| ┆- name | string | 名称 |
| ┆- nickName | string | 昵称 |
| ┆- phone | string | 电话 |
| ┆- point | decimal number | 评分 |
| projects | [...] | 项目 |
| ┆- sex | int | 性别:1男,2女 |
| ┆- shopNames | string | 门店名 |
| shops | [...] | 门店 |
| ┆- address | string | 地址 |
| ┆- appKey | string | AppKey |
| ┆- appSecret | string | AppSecret |
| ┆- city | string | 市 |
| ┆- code | string | 编码 |
| ┆- distance | decimal number | 距离 |
| ┆- district | string | 区 |
| ┆- id | int | |
| ┆- imagePath | string | 照片 |
| ┆- intro | string | 简介 |
| ┆- lBSPoint | string | 坐标 |
| ┆- memberInUse | boolean | 线上会员是否启用 |
| ┆- name | string | 名称 |
| ┆- phone | string | 电话 |
| ┆- province | string | 省 |
| ┆- shopArea | decimal number | 面积 |
| ┆- shopTag | string | 门店标签 |
| ┆- tenantId | int | |
| ┆- price | decimal number | 售价 |
| ┆- projectClassId | int | 项目类型Id |
| ┆- projectClassName | string | 项目类型 |
| pageIndex | int | |
| pageSize | int | |
| sumData | {...} | |
| ┆- canDiscount | boolean | 是否可以打折 |
| ┆- canSelectPhysician | boolean | 是否选择技师 |
| ┆- canShowQueryOrder | boolean | 查询订单是否显示 |
| ┆- duration | int | 时长 |
| ┆- id | int | |
| images | [...] | 图片 |
| ┆- initial | string | 拼音缩写 |
| ┆- intro | string | 介绍 |
| ┆- inUse | boolean | 是否启用 |
| ┆- memberPrice | decimal number | 会员价 |
| ┆- name | string | 名称 |
| physicianIds | [...] | 技师id集合 |
| physicians | [...] | 技师列表 |
| ┆- id | int | |
| ┆- idCard | string | 证件号 |
| ┆- imagePath | string | 图片 |
| ┆- inUse | boolean | 是否启用 |
| ┆- jobNumber | string | 工号 |
| ┆- name | string | 名称 |
| ┆- nickName | string | 昵称 |
| ┆- phone | string | 电话 |
| ┆- point | decimal number | 评分 |
| projects | [...] | 项目 |
| ┆- sex | int | 性别:1男,2女 |
| ┆- shopNames | string | 门店名 |
| shops | [...] | 门店 |
| ┆- address | string | 地址 |
| ┆- appKey | string | AppKey |
| ┆- appSecret | string | AppSecret |
| ┆- city | string | 市 |
| ┆- code | string | 编码 |
| ┆- distance | decimal number | 距离 |
| ┆- district | string | 区 |
| ┆- id | int | |
| ┆- imagePath | string | 照片 |
| ┆- intro | string | 简介 |
| ┆- lBSPoint | string | 坐标 |
| ┆- memberInUse | boolean | 线上会员是否启用 |
| ┆- name | string | 名称 |
| ┆- phone | string | 电话 |
| ┆- province | string | 省 |
| ┆- shopArea | decimal number | 面积 |
| ┆- shopTag | string | 门店标签 |
| ┆- tenantId | int | |
| ┆- price | decimal number | 售价 |
| ┆- projectClassId | int | 项目类型Id |
| ┆- projectClassName | string | 项目类型 |
| totalCount | int |
响应示例
application/json, text/json
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| projectId | int | |
| shopId | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int | |
| idCard | string | 证件号 |
| imagePath | string | 图片 |
| inUse | boolean | 是否启用 |
| jobNumber | string | 工号 |
| name | string | 名称 |
| nickName | string | 昵称 |
| phone | string | 电话 |
| point | decimal number | 评分 |
| projects | [...] | 项目 |
| ┆- canDiscount | boolean | 是否可以打折 |
| ┆- canSelectPhysician | boolean | 是否选择技师 |
| ┆- canShowQueryOrder | boolean | 查询订单是否显示 |
| ┆- duration | int | 时长 |
| ┆- id | int | |
| images | [...] | 图片 |
| ┆- initial | string | 拼音缩写 |
| ┆- intro | string | 介绍 |
| ┆- inUse | boolean | 是否启用 |
| ┆- memberPrice | decimal number | 会员价 |
| ┆- name | string | 名称 |
| physicianIds | [...] | 技师id集合 |
| physicians | [...] | 技师列表 |
| ┆- price | decimal number | 售价 |
| ┆- projectClassId | int | 项目类型Id |
| ┆- projectClassName | string | 项目类型 |
| sex | int | 性别:1男,2女 |
| shopNames | string | 门店名 |
| shops | [...] | 门店 |
| ┆- address | string | 地址 |
| ┆- appKey | string | AppKey |
| ┆- appSecret | string | AppSecret |
| ┆- city | string | 市 |
| ┆- code | string | 编码 |
| ┆- distance | decimal number | 距离 |
| ┆- district | string | 区 |
| ┆- id | int | |
| ┆- imagePath | string | 照片 |
| ┆- intro | string | 简介 |
| ┆- lBSPoint | string | 坐标 |
| ┆- memberInUse | boolean | 线上会员是否启用 |
| ┆- name | string | 名称 |
| ┆- phone | string | 电话 |
| ┆- province | string | 省 |
| ┆- shopArea | decimal number | 面积 |
| ┆- shopTag | string | 门店标签 |
| ┆- tenantId | int |
响应示例
application/json
Sample not available.
text/json
Sample not available.
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| code | string | 单号 |
| createTime | date | 下单时间 |
| id | int | |
| memberId | int | 会员Id |
| memberName | string | 会员姓名 |
| money | decimal number | 金额 |
| payTime | date | 支付时间 |
| phone | string | 电话 |
| physicianId | int | 技师Id |
| physicianJobNumber | string | 技师工号 |
| physicianName | string | 技师 |
| physicianNickName | string | 技师昵称 |
| projectId | int | 项目Id |
| projectName | string | 项目 |
| projectOrderEvaluations | [...] | 订单评价 |
| ┆- content | string | 内容 |
| ┆- createTime | date | 评价时间 |
| ┆- id | int | |
| ┆- physicianId | int | 技师Id |
| ┆- physicianName | string | 技师姓名 |
| ┆- point | int | 评分 |
| ┆- projectOrderId | int | 项目订单Id |
| remark | string | 备注 |
| shopId | int | 门店Id |
| shopName | string | 门店 |
| status | string | 0:; 1:; 2:; 3:; 4:; 5:; 6: |
| statusName | string | 状态 |
| time | date | 预约时间 |
响应示例
application/json, text/json
{
"shopId": 1,
"shopName": "",
"projectId": 3,
"projectName": "",
"physicianId": 5,
"physicianName": "",
"physicianNickName": "",
"physicianJobNumber": "",
"memberId": 9,
"memberName": "",
"code": "",
"time": "2025-12-22 14:04:13",
"phone": "",
"money": 14.0,
"remark": "",
"status": 0,
"statusName": "",
"createTime": "2025-12-22 14:04:13",
"payTime": "2025-12-22 14:04:13",
"projectOrderEvaluations": [
{
"projectOrderId": 1,
"physicianId": 2,
"physicianName": "",
"point": 4,
"content": "",
"createTime": "2025-12-22 14:04:13",
"id": 7
},
{
"projectOrderId": 1,
"physicianId": 2,
"physicianName": "",
"point": 4,
"content": "",
"createTime": "2025-12-22 14:04:13",
"id": 7
}
],
"id": 19
}
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| endDate | date | |
| keyword | string | |
| pageIndex | int | |
| pageSize | int | |
| physicianId | int | |
| projectId | int | |
| shopId | int | |
| startDate | date | |
| status | int | |
| userId | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| data | [...] | |
| ┆- code | string | 单号 |
| ┆- createTime | date | 下单时间 |
| ┆- id | int | |
| ┆- memberId | int | 会员Id |
| ┆- memberName | string | 会员姓名 |
| ┆- money | decimal number | 金额 |
| ┆- payTime | date | 支付时间 |
| ┆- phone | string | 电话 |
| ┆- physicianId | int | 技师Id |
| ┆- physicianJobNumber | string | 技师工号 |
| ┆- physicianName | string | 技师 |
| ┆- physicianNickName | string | 技师昵称 |
| ┆- projectId | int | 项目Id |
| ┆- projectName | string | 项目 |
| projectOrderEvaluations | [...] | 订单评价 |
| ┆- content | string | 内容 |
| ┆- createTime | date | 评价时间 |
| ┆- id | int | |
| ┆- physicianId | int | 技师Id |
| ┆- physicianName | string | 技师姓名 |
| ┆- point | int | 评分 |
| ┆- projectOrderId | int | 项目订单Id |
| ┆- remark | string | 备注 |
| ┆- shopId | int | 门店Id |
| ┆- shopName | string | 门店 |
| ┆- status | string | 0:; 1:; 2:; 3:; 4:; 5:; 6: |
| ┆- statusName | string | 状态 |
| ┆- time | date | 预约时间 |
| pageIndex | int | |
| pageSize | int | |
| sumData | {...} | |
| ┆- code | string | 单号 |
| ┆- createTime | date | 下单时间 |
| ┆- id | int | |
| ┆- memberId | int | 会员Id |
| ┆- memberName | string | 会员姓名 |
| ┆- money | decimal number | 金额 |
| ┆- payTime | date | 支付时间 |
| ┆- phone | string | 电话 |
| ┆- physicianId | int | 技师Id |
| ┆- physicianJobNumber | string | 技师工号 |
| ┆- physicianName | string | 技师 |
| ┆- physicianNickName | string | 技师昵称 |
| ┆- projectId | int | 项目Id |
| ┆- projectName | string | 项目 |
| projectOrderEvaluations | [...] | 订单评价 |
| ┆- content | string | 内容 |
| ┆- createTime | date | 评价时间 |
| ┆- id | int | |
| ┆- physicianId | int | 技师Id |
| ┆- physicianName | string | 技师姓名 |
| ┆- point | int | 评分 |
| ┆- projectOrderId | int | 项目订单Id |
| ┆- remark | string | 备注 |
| ┆- shopId | int | 门店Id |
| ┆- shopName | string | 门店 |
| ┆- status | string | 0:; 1:; 2:; 3:; 4:; 5:; 6: |
| ┆- statusName | string | 状态 |
| ┆- time | date | 预约时间 |
| totalCount | int |
响应示例
application/json, text/json
响应参数
响应示例
application/json, text/json
[
{
"key": 1,
"value": ""
},
{
"key": 1,
"value": ""
}
]
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| code | string | 单号 |
| createTime | date | 下单时间 |
| id | int | |
| memberId | int | 会员Id |
| memberName | string | 会员姓名 |
| money | decimal number | 金额 |
| payTime | date | 支付时间 |
| phone | string | 电话 |
| physicianId | int | 技师Id |
| physicianJobNumber | string | 技师工号 |
| physicianName | string | 技师 |
| physicianNickName | string | 技师昵称 |
| projectId | int | 项目Id |
| projectName | string | 项目 |
| projectOrderEvaluations | [...] | 订单评价 |
| ┆- content | string | 内容 |
| ┆- createTime | date | 评价时间 |
| ┆- id | int | |
| ┆- physicianId | int | 技师Id |
| ┆- physicianName | string | 技师姓名 |
| ┆- point | int | 评分 |
| ┆- projectOrderId | int | 项目订单Id |
| remark | string | 备注 |
| shopId | int | 门店Id |
| shopName | string | 门店 |
| status | string | 0:; 1:; 2:; 3:; 4:; 5:; 6: |
| statusName | string | 状态 |
| time | date | 预约时间 |
请求示例
application/json, text/json
{
"shopId": 1,
"shopName": "",
"projectId": 3,
"projectName": "",
"physicianId": 5,
"physicianName": "",
"physicianNickName": "",
"physicianJobNumber": "",
"memberId": 9,
"memberName": "",
"code": "",
"time": "2025-12-22 14:04:13",
"phone": "",
"money": 14.0,
"remark": "",
"status": 0,
"statusName": "",
"createTime": "2025-12-22 14:04:13",
"payTime": "2025-12-22 14:04:13",
"projectOrderEvaluations": [
{
"projectOrderId": 1,
"physicianId": 2,
"physicianName": "",
"point": 4,
"content": "",
"createTime": "2025-12-22 14:04:13",
"id": 7
},
{
"projectOrderId": 1,
"physicianId": 2,
"physicianName": "",
"point": 4,
"content": "",
"createTime": "2025-12-22 14:04:13",
"id": 7
}
],
"id": 19
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| data | int | |
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"data": 1,
"status": 200,
"message": ""
}
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int |
请求示例
application/json, text/json
{
"id": 1
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int |
请求示例
application/json, text/json
{
"id": 1
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int |
请求示例
application/json, text/json
{
"id": 1
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| shopid | int |
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int |
请求示例
application/json, text/json
{
"id": 1
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| content | string | 内容 |
| createTime | date | 评价时间 |
| id | int | |
| physicianId | int | 技师Id |
| physicianName | string | 技师姓名 |
| point | int | 评分 |
| projectOrderId | int | 项目订单Id |
请求示例
application/json, text/json
{
"projectOrderId": 1,
"physicianId": 2,
"physicianName": "",
"point": 4,
"content": "",
"createTime": "2025-12-22 14:04:13",
"id": 7
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int |
请求示例
application/json, text/json
{
"id": 1
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"status": 200,
"message": ""
}
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int | |
| orderId | int | 项目订单Id |
| timeStamp | string | 时间戳(客户端时间,yyyy-MM-dd HH:mm:ss) |
请求示例
application/json, text/json
{
"orderId": 1,
"timeStamp": "",
"id": 3
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| data | {...} | |
| ┆- balance | decimal number | 余额 |
| ┆- cardCode | string | 卡号 |
| ┆- discount | decimal number | 优惠 |
| ┆- shopId | int | 门店id |
| ┆- shopName | string | 门店 |
| ┆- tenantId | int | 租户id |
| ┆- userId | int | 操作人id |
| ┆- userName | string | 操作人名称 |
| message | string | |
| status | string | 200:; 500:; 601:; 602:; 603:; 604:; 605:; 606:; 607:; 608:; 701:; 702:; 703:; 704:; 801:; 901:; 902:; 903:; 904:; 905:; 1001:; 1002:; 1003: |
响应示例
application/json, text/json
{
"data": {
"cardCode": "",
"balance": 2.0,
"shopId": 3,
"shopName": "",
"userId": 5,
"userName": "",
"tenantId": 7,
"discount": 8.0
},
"status": 200,
"message": ""
}