shopproject - 门店项目调价接口
- api/shop/shopproject/get GET 获取门店项目
- api/shop/shopproject/getbyprojectid GET 门店 根据项目id获取门店项目
- api/shop/shopproject/getlist GET 门店 获取门店项目列表
- api/shop/shopproject/getlistbyclass GET 门店 根据分类获取门店项目列表
- api/shop/shopproject/getlistbyprojectids GET 门店 根据项目id集合获取门店项目列表
- api/shop/shopproject/getshoplist GET 根据项目id集合获取门店列表
- api/shop/shopproject/addproject POST 添加项目
- api/shop/shopproject/addprojectbyclass POST 按分类添加项目
- api/shop/shopproject/changeprice POST 项目调价
- api/shop/shopproject/changephysician POST 调整技师
- api/shop/shopproject/delete POST 删除
- api/shop/shopproject/deleteall POST 清空
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| canSelectPhysician | boolean | 是否选择技师 |
| id | int | |
| images | [...] | 图片路径 |
| memberPriceFifth | decimal number | 会员价5 |
| memberPriceFirst | decimal number | 会员价1 |
| memberPriceFourth | decimal number | 会员价4 |
| memberPriceSecond | decimal number | 会员价2 |
| memberPriceThird | decimal number | 会员价3 |
| physicianIds | [...] | 门店项目技师id集合 |
| physicians | [...] | 门店项目技师 |
| ┆- 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 | |
| price | decimal number | 价格 |
| projectClass | string | 项目分类 |
| projectId | int | 项目id |
| projectName | string | 项目名称 |
| shopId | int | 门店id |
| shopName | string | 门店id |
响应示例
application/json
Sample not available.
text/json
Sample not available.
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| projectId | int | |
| shopId | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| canSelectPhysician | boolean | 是否选择技师 |
| id | int | |
| images | [...] | 图片路径 |
| memberPriceFifth | decimal number | 会员价5 |
| memberPriceFirst | decimal number | 会员价1 |
| memberPriceFourth | decimal number | 会员价4 |
| memberPriceSecond | decimal number | 会员价2 |
| memberPriceThird | decimal number | 会员价3 |
| physicianIds | [...] | 门店项目技师id集合 |
| physicians | [...] | 门店项目技师 |
| ┆- 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 | |
| price | decimal number | 价格 |
| projectClass | string | 项目分类 |
| projectId | int | 项目id |
| projectName | string | 项目名称 |
| shopId | int | 门店id |
| shopName | string | 门店id |
响应示例
application/json
Sample not available.
text/json
Sample not available.
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| keyword | string | |
| pageIndex | int | |
| pageSize | int | |
| projectClassId | int | |
| shopId | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| data | [...] | |
| ┆- canSelectPhysician | boolean | 是否选择技师 |
| ┆- id | int | |
| images | [...] | 图片路径 |
| ┆- memberPriceFifth | decimal number | 会员价5 |
| ┆- memberPriceFirst | decimal number | 会员价1 |
| ┆- memberPriceFourth | decimal number | 会员价4 |
| ┆- memberPriceSecond | decimal number | 会员价2 |
| ┆- memberPriceThird | decimal number | 会员价3 |
| physicianIds | [...] | 门店项目技师id集合 |
| physicians | [...] | 门店项目技师 |
| ┆- 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 | |
| ┆- price | decimal number | 价格 |
| ┆- projectClass | string | 项目分类 |
| ┆- projectId | int | 项目id |
| ┆- projectName | string | 项目名称 |
| ┆- shopId | int | 门店id |
| ┆- shopName | string | 门店id |
| pageIndex | int | |
| pageSize | int | |
| sumData | {...} | |
| ┆- canSelectPhysician | boolean | 是否选择技师 |
| ┆- id | int | |
| images | [...] | 图片路径 |
| ┆- memberPriceFifth | decimal number | 会员价5 |
| ┆- memberPriceFirst | decimal number | 会员价1 |
| ┆- memberPriceFourth | decimal number | 会员价4 |
| ┆- memberPriceSecond | decimal number | 会员价2 |
| ┆- memberPriceThird | decimal number | 会员价3 |
| physicianIds | [...] | 门店项目技师id集合 |
| physicians | [...] | 门店项目技师 |
| ┆- 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 | |
| ┆- price | decimal number | 价格 |
| ┆- projectClass | string | 项目分类 |
| ┆- projectId | int | 项目id |
| ┆- projectName | string | 项目名称 |
| ┆- shopId | int | 门店id |
| ┆- shopName | string | 门店id |
| totalCount | int |
响应示例
application/json, text/json
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| projectClassId | string | |
| shopId | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| canSelectPhysician | boolean | 是否选择技师 |
| id | int | |
| images | [...] | 图片路径 |
| memberPriceFifth | decimal number | 会员价5 |
| memberPriceFirst | decimal number | 会员价1 |
| memberPriceFourth | decimal number | 会员价4 |
| memberPriceSecond | decimal number | 会员价2 |
| memberPriceThird | decimal number | 会员价3 |
| physicianIds | [...] | 门店项目技师id集合 |
| physicians | [...] | 门店项目技师 |
| ┆- 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 | |
| price | decimal number | 价格 |
| projectClass | string | 项目分类 |
| projectId | int | 项目id |
| projectName | string | 项目名称 |
| shopId | int | 门店id |
| shopName | string | 门店id |
响应示例
application/json
Sample not available.
text/json
Sample not available.
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| projectIds | string | |
| shopId | int |
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| canSelectPhysician | boolean | 是否选择技师 |
| id | int | |
| images | [...] | 图片路径 |
| memberPriceFifth | decimal number | 会员价5 |
| memberPriceFirst | decimal number | 会员价1 |
| memberPriceFourth | decimal number | 会员价4 |
| memberPriceSecond | decimal number | 会员价2 |
| memberPriceThird | decimal number | 会员价3 |
| physicianIds | [...] | 门店项目技师id集合 |
| physicians | [...] | 门店项目技师 |
| ┆- 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 | |
| price | decimal number | 价格 |
| projectClass | string | 项目分类 |
| projectId | int | 项目id |
| projectName | string | 项目名称 |
| shopId | int | 门店id |
| shopName | string | 门店id |
响应示例
application/json
Sample not available.
text/json
Sample not available.
Uri请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| projectId | 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
}
]
Body请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| id | int | |
| projectClassId | int | 项目分类Id |
| projectIds | [...] | 项目Id列表 |
| shopIds | [...] | 门店Id列表 |
请求示例
application/json, text/json
{
"shopIds": [
1,
2
],
"projectClassId": 1,
"projectIds": [
1,
2
],
"id": 2
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| 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 | |
| projectClassId | int | 项目分类Id |
| projectIds | [...] | 项目Id列表 |
| shopIds | [...] | 门店Id列表 |
请求示例
application/json, text/json
{
"shopIds": [
1,
2
],
"projectClassId": 1,
"projectIds": [
1,
2
],
"id": 2
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| 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请求参数
| 名称 | 类型 | 描述 |
|---|---|---|
| canSelectPhysician | boolean | 是否选择技师 |
| id | int | |
| images | [...] | 图片路径 |
| memberPriceFifth | decimal number | 会员价5 |
| memberPriceFirst | decimal number | 会员价1 |
| memberPriceFourth | decimal number | 会员价4 |
| memberPriceSecond | decimal number | 会员价2 |
| memberPriceThird | decimal number | 会员价3 |
| physicianIds | [...] | 门店项目技师id集合 |
| physicians | [...] | 门店项目技师 |
| ┆- 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 | |
| price | decimal number | 价格 |
| projectClass | string | 项目分类 |
| projectId | int | 项目id |
| projectName | string | 项目名称 |
| shopId | int | 门店id |
| shopName | string | 门店id |
请求示例
application/json
Sample not available.
text/json
Sample not available.
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| 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 | |
| physicianIds | [...] | 技师Id列表 |
| shopId | int | 门店Id |
| shopProjectId | int | 门店项目Id |
请求示例
application/json, text/json
{
"shopProjectId": 1,
"shopId": 2,
"physicianIds": [
1,
2
],
"id": 3
}
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| 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请求参数
请求示例
application/json, text/json
[ 1, 2 ]
响应参数
| 名称 | 类型 | 描述 |
|---|---|---|
| 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": ""
}