Update 线下店潮流之旅--活动套餐.md
Showing
1 changed file
with
28 additions
and
0 deletions
@@ -36,6 +36,8 @@ | @@ -36,6 +36,8 @@ | ||
36 | 36 | ||
37 | 4、根据发型师Id和日期获取可预约时间:ActivityConfigController/getAppointTimeForTour | 37 | 4、根据发型师Id和日期获取可预约时间:ActivityConfigController/getAppointTimeForTour |
38 | 38 | ||
39 | +5、获取按时间的理发套餐的最低价格:ActivityConfigController/getMinTimeStylistPrice | ||
40 | + | ||
39 | 四、摄影 | 41 | 四、摄影 |
40 | 42 | ||
41 | 1、获取套餐列表(同列表接口,不同活动类型入参):ActivityConfigController/getActivityList | 43 | 1、获取套餐列表(同列表接口,不同活动类型入参):ActivityConfigController/getActivityList |
@@ -953,3 +955,29 @@ http://172.16.6.207:8080/portal-gateway/ActivityConfigController/getAllAppointDa | @@ -953,3 +955,29 @@ http://172.16.6.207:8080/portal-gateway/ActivityConfigController/getAllAppointDa | ||
953 | } | 955 | } |
954 | } | 956 | } |
955 | 957 | ||
958 | +## 5获取按时间的理发套餐的最低价格 ## | ||
959 | + | ||
960 | +入口:ActivityConfigController/getMinTimeStylistPrice | ||
961 | + | ||
962 | +**请求参数** | ||
963 | + | ||
964 | +| 参数名称 | 参数类型| 长度 |可否为空 |示例 |默认值 | 备注 | | ||
965 | +| ---------|:--------:| --------:|-----:|------:|------:|------:| | ||
966 | +|storeId |int | 11 |否 | | |门店id| | ||
967 | +|isFront |int | 11 |是 |1 | 1 |1| | ||
968 | + | ||
969 | +**请求示例** | ||
970 | + | ||
971 | +注意,通用的头部没有列出。 | ||
972 | + | ||
973 | +http://localhost:8080/portal-gateway/ActivityConfigController/getMinTimeStylistPrice?debug=XYZ&storeId=66&isFront=1 | ||
974 | + | ||
975 | + | ||
976 | +**响应** | ||
977 | + | ||
978 | + { | ||
979 | + "code": 200, | ||
980 | + "message": "success", | ||
981 | + "data": 0 | ||
982 | + } | ||
983 | + |
-
Please register or login to post a comment