Showing
1 changed file
with
2 additions
and
1 deletions
@@ -123,13 +123,14 @@ code为200即为成功,否则是失败。 响应JSON格式如下所示: | @@ -123,13 +123,14 @@ code为200即为成功,否则是失败。 响应JSON格式如下所示: | ||
123 | |activityId |int | |否 | 38| |活动id,| | 123 | |activityId |int | |否 | 38| |活动id,| |
124 | |appointType |int | |否 | 4| |预约类型,1-潮流课堂,2-活动,3-潮流顾问,4-摄影套餐,5-发型师套餐,6-菜单内容配置-潮流之旅| | 124 | |appointType |int | |否 | 4| |预约类型,1-潮流课堂,2-活动,3-潮流顾问,4-摄影套餐,5-发型师套餐,6-菜单内容配置-潮流之旅| |
125 | |dateTime |string | |否 |2016/12/22 | |日期| | 125 | |dateTime |string | |否 |2016/12/22 | |日期| |
126 | +|isFront |int | 1 |是 | | |是否前台表 | | ||
126 | 127 | ||
127 | 128 | ||
128 | 129 | ||
129 | **请求示例** | 130 | **请求示例** |
130 | 注意,通用的头部没有列出。 | 131 | 注意,通用的头部没有列出。 |
131 | 132 | ||
132 | -http://192.168.102.210:8080/portal-gateway/AppointmentController/getAppointTime?debug=XYZ&activityId=38&appointType=4&dateTime=2016/12/22&storeId=66 | 133 | +http://192.168.102.210:8080/portal-gateway/AppointmentController/getAppointTime?debug=XYZ&activityId=38&appointType=4&dateTime=2016/12/22&storeId=66&isFront=1 |
133 | 134 | ||
134 | 参数含义: | 135 | 参数含义: |
135 | 136 |
-
Please register or login to post a comment