Update 线下店潮流之旅--活动套餐.md
Showing
1 changed file
with
37 additions
and
0 deletions
@@ -42,6 +42,8 @@ | @@ -42,6 +42,8 @@ | ||
42 | 42 | ||
43 | 2、根据id获取套餐详情:ActivityConfigController/getFrontActivityInfoById | 43 | 2、根据id获取套餐详情:ActivityConfigController/getFrontActivityInfoById |
44 | 44 | ||
45 | +3、获取所有摄影所有套餐可预约日期:ActivityConfigController/getAppointDateForPhoto | ||
46 | + | ||
45 | 47 | ||
46 | ## 返回参数说明 ## | 48 | ## 返回参数说明 ## |
47 | 49 | ||
@@ -915,4 +917,39 @@ http://192.168.102.210:8080/portal-gateway/ActivityConfigController/getAppointTi | @@ -915,4 +917,39 @@ http://192.168.102.210:8080/portal-gateway/ActivityConfigController/getAppointTi | ||
915 | "data": "" | 917 | "data": "" |
916 | } | 918 | } |
917 | 919 | ||
920 | +## 3、获取所有潮流顾问可预约时间 ## | ||
921 | + | ||
922 | +入口:ActivityConfigController/getAppointDateForPhoto | ||
923 | + | ||
924 | +**请求参数** | ||
925 | + | ||
926 | +| 参数名称 | 参数类型| 长度 |可否为空 |示例 |默认值 | 备注 | | ||
927 | +| ---------|:--------:| --------:|-----:|------:|------:|------:| | ||
928 | +|activityType |int | 11 |否 | | |4-摄影套餐| | ||
929 | +|storeId |int | 11 |否 | | |门店id| | ||
930 | +|isFront |int | 11 |是 |1 | 1 |1| | ||
931 | + | ||
932 | +**请求示例** | ||
933 | + | ||
934 | +注意,通用的头部没有列出。 | ||
935 | + | ||
936 | +http://172.16.6.207:8080/portal-gateway/ActivityConfigController/getAppointDateForPhoto | ||
937 | + | ||
938 | + { | ||
939 | + "activityType":3, | ||
940 | + "storeId":66, | ||
941 | + "isFront":1 | ||
942 | + } | ||
943 | + | ||
944 | +**响应** | ||
945 | + | ||
946 | + { | ||
947 | + "code": 200, | ||
948 | + "message": "success", | ||
949 | + "data": { | ||
950 | + "2016/12/21": "周三", | ||
951 | + "2016/12/22": "周四", | ||
952 | + "2016/12/23": "周五" | ||
953 | + } | ||
954 | + } | ||
918 | 955 |
-
Please register or login to post a comment