Toggle navigation
Toggle navigation
This project
Loading...
Sign in
Yoho-Documents
/
API-Interfaces
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
10
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
lingmin
8 years ago
Commit
c4a643dbc7793551deca5c4155faa0a54edb9bc0
1 parent
6f00f1dd
获取有效潮流之旅接口
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
63 additions
and
0 deletions
线下店/线下店潮流之旅--菜单内容配置.md
线下店/线下店潮流之旅--菜单内容配置.md
View file @
c4a643d
...
...
@@ -10,6 +10,8 @@
四、根据目录id获取目录信息 :MenuConfigController/getFrontMenuById
五、获取有效的一条潮流之旅信息(潮流之旅首页) :MenuConfigController/getFrontMainTour
##
...
...
@@ -290,3 +292,64 @@ code为200即为成功,否则是失败。 响应JSON格式如下所示:
"parentName": null
}
}
##
# 五、获取有效的一条潮流之旅信息(潮流之旅首页) #
入口:MenuConfigController/getFrontMainTour
##
# 请求参数 #
| 参数名称 | 参数类型| 长度 |可否为空 |示例 |默认值 | 备注 |
| ---------|:--------:| --------:|-----:|------:|------:|------:|
|storeId |int | 11 |否 | | |门店id|
|isFront |int | 1 |是 | | |是否前台表 |
**请求示例**
注意,通用的头部没有列出。
http://192.168.102.210:8080/portal-gateway/MenuConfigController/getFrontMainTour?debug=XYZ&storeId=1&isFront=1
参数含义:
id: 该潮流之旅id;
tourName:潮流之旅名称
isAppointment: 是否需要预约1-需要 2-不需要
tourDetail:图文详情
**响应**
code为200即为成功,否则是失败。 响应JSON格式如下所示:
{
"code": 200,
"message": "success",
"data": {
"page": 1,
"rows": 10,
"sort": null,
"order": "ASC",
"startIndex": 0,
"id": 4,
"tourName": "131321",
"isAppointment": 2,
"tourImage": "http://img10.static.yhbimg.com/yhb-img01/2016/12/20/11/01d98f82db837da5f9d5167e64ae9a5125.jpg",
"price": 11,
"status": 1,
"isDeploy": null,
"createTime": 1482203667,
"updateTime": 1486534709,
"createUserId": 542,
"storeId": 66,
"tourDetail": "<p>fafafa</p>",
"sortNumber": 11,
"activityTimeStr": null,
"menuId": 58
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment