Showing
1 changed file
with
10 additions
and
10 deletions
@@ -31,8 +31,8 @@ | @@ -31,8 +31,8 @@ | ||
31 | "data": { | 31 | "data": { |
32 | "list": [ | 32 | "list": [ |
33 | { | 33 | { |
34 | - "id": "", | ||
35 | - “coverImage": "", //封面图 | 34 | + "id": "", //资讯ID |
35 | + "coverImage": "", //封面图 | ||
36 | "articleTitle": "", //资讯标题 | 36 | "articleTitle": "", //资讯标题 |
37 | "maxSortId": "", //分类 | 37 | "maxSortId": "", //分类 |
38 | "articleGender": "", //性别 | 38 | "articleGender": "", //性别 |
@@ -73,7 +73,7 @@ | @@ -73,7 +73,7 @@ | ||
73 | "data": [ | 73 | "data": [ |
74 | { | 74 | { |
75 | "id": "", | 75 | "id": "", |
76 | - "name":"" | 76 | + "text":"" |
77 | } | 77 | } |
78 | ] | 78 | ] |
79 | 79 | ||
@@ -99,7 +99,7 @@ | @@ -99,7 +99,7 @@ | ||
99 | "data": [ | 99 | "data": [ |
100 | { | 100 | { |
101 | "id": "", | 101 | "id": "", |
102 | - "name":"" | 102 | + "text":"" |
103 | } | 103 | } |
104 | ] | 104 | ] |
105 | } | 105 | } |
@@ -243,7 +243,7 @@ | @@ -243,7 +243,7 @@ | ||
243 | |属性名称|类型|例子|说明| | 243 | |属性名称|类型|例子|说明| |
244 | |--------|----|----|----| | 244 | |--------|----|----|----| |
245 | |id|int|43|资讯id| | 245 | |id|int|43|资讯id| |
246 | -|publishTime|int|1432188073|定时发布时间| | 246 | +|publishTime|String|2016-02-19 16:17|定时发布时间| |
247 | --------------------- | 247 | --------------------- |
248 | 248 | ||
249 | ### 返回 | 249 | ### 返回 |
@@ -268,23 +268,23 @@ | @@ -268,23 +268,23 @@ | ||
268 | "message":"请求成功", | 268 | "message":"请求成功", |
269 | "data": { | 269 | "data": { |
270 | "genderItems": [{ //性别 | 270 | "genderItems": [{ //性别 |
271 | - "id": "", | 271 | + "value": "", |
272 | "name": "" | 272 | "name": "" |
273 | }], | 273 | }], |
274 | "publishStatusItems": [{ //发布状态 | 274 | "publishStatusItems": [{ //发布状态 |
275 | - "id": "", | 275 | + "value": "", |
276 | "name": "" | 276 | "name": "" |
277 | }], | 277 | }], |
278 | "articleTypeItems": [{ //文章类型 | 278 | "articleTypeItems": [{ //文章类型 |
279 | - "id": "", | 279 | + "value": "", |
280 | "name": "" | 280 | "name": "" |
281 | }], | 281 | }], |
282 | "coverImageTypeItems": [{ //封面图片类型 | 282 | "coverImageTypeItems": [{ //封面图片类型 |
283 | - "id": "", | 283 | + "value": "", |
284 | "name": "" | 284 | "name": "" |
285 | }], | 285 | }], |
286 | "adsImgSizeItems": [{ //广告尺寸 | 286 | "adsImgSizeItems": [{ //广告尺寸 |
287 | - "id": "", | 287 | + "value": "", |
288 | "name": "" | 288 | "name": "" |
289 | }] | 289 | }] |
290 | } | 290 | } |
-
Please register or login to post a comment