|
@@ -12,6 +12,7 @@ |
|
@@ -12,6 +12,7 @@ |
12
|
|--------|----|----|----|--------|
|
12
|
|--------|----|----|----|--------|
|
13
|
|title|string|新人|标题,模糊查询|否|
|
13
|
|title|string|新人|标题,模糊查询|否|
|
14
|
|position|integer|1|位置|否|
|
14
|
|position|integer|1|位置|否|
|
|
|
15
|
+|showChannel|integer|1|频道, 当位置为首页(2)时,可以选择 1.男首、2.女首、3.潮童、4.创意生活|否|
|
15
|
----------------------------------
|
16
|
----------------------------------
|
16
|
|
17
|
|
17
|
### 返回
|
18
|
### 返回
|
|
@@ -27,6 +28,7 @@ |
|
@@ -27,6 +28,7 @@ |
27
|
"id": 15,
|
28
|
"id": 15,
|
28
|
"img": "",
|
29
|
"img": "",
|
29
|
"position": 2,
|
30
|
"position": 2,
|
|
|
31
|
+ "showChannels": "1,2,3",
|
30
|
"startTime": 1451298061,
|
32
|
"startTime": 1451298061,
|
31
|
"status": 1,
|
33
|
"status": 1,
|
32
|
"title": "新人专享",
|
34
|
"title": "新人专享",
|
|
@@ -53,6 +55,7 @@ |
|
@@ -53,6 +55,7 @@ |
53
|
|--------|----|----|----|--------|
|
55
|
|--------|----|----|----|--------|
|
54
|
|title|string|新人|标题,模糊查询|是|
|
56
|
|title|string|新人|标题,模糊查询|是|
|
55
|
|position|integer|1|位置|是|
|
57
|
|position|integer|1|位置|是|
|
|
|
58
|
+|showChannels|integer[]|[1,2]|首页频道|否|
|
56
|
|url|string|http://test.com|链接|否|
|
59
|
|url|string|http://test.com|链接|否|
|
57
|
|img|string|http://test.jpg|图片链接|否|
|
60
|
|img|string|http://test.jpg|图片链接|否|
|
58
|
|startTime|integer|1450843526|开始时间|否|
|
61
|
|startTime|integer|1450843526|开始时间|否|
|
|
@@ -91,6 +94,7 @@ |
|
@@ -91,6 +94,7 @@ |
91
|
"id": 22,
|
94
|
"id": 22,
|
92
|
"img": "http://img.cn.png",
|
95
|
"img": "http://img.cn.png",
|
93
|
"position": 2,
|
96
|
"position": 2,
|
|
|
97
|
+ "showChannels": "1,2,3",
|
94
|
"startTime": 1450843526,
|
98
|
"startTime": 1450843526,
|
95
|
"status": 0,
|
99
|
"status": 0,
|
96
|
"title": "这是一个测试",
|
100
|
"title": "这是一个测试",
|
|
@@ -112,6 +116,7 @@ |
|
@@ -112,6 +116,7 @@ |
112
|
|id|integer|22|主键|是|
|
116
|
|id|integer|22|主键|是|
|
113
|
|title|string|新人|标题,模糊查询|是|
|
117
|
|title|string|新人|标题,模糊查询|是|
|
114
|
|position|integer|1|位置|是|
|
118
|
|position|integer|1|位置|是|
|
|
|
119
|
+|showChannels|integer[]|[1,2]|首页频道|否|
|
115
|
|url|string|http://test.com|链接|否|
|
120
|
|url|string|http://test.com|链接|否|
|
116
|
|img|string|http://test.jpg|图片链接|否|
|
121
|
|img|string|http://test.jpg|图片链接|否|
|
117
|
|startTime|integer|1450843526|开始时间|否|
|
122
|
|startTime|integer|1450843526|开始时间|否|
|