Showing
1 changed file
with
67 additions
and
9 deletions
@@ -30,20 +30,78 @@ | @@ -30,20 +30,78 @@ | ||
30 | 30 | ||
31 | -示例: | 31 | -示例: |
32 | 32 | ||
33 | -请求:http://localhost:8080/gateway/guang/service/*/author/getAuthor?author_id=380463&client_type=h5&debug=XYZ | 33 | +请求:http://localhost:8080/gateway/guang/service/*/article/getArticleByBrand?brand_id=3&client_type=h5&udid=8168296&limit=1&debug=XYZ |
34 | 34 | ||
35 | 返回: | 35 | 返回: |
36 | ``` | 36 | ``` |
37 | { | 37 | { |
38 | "alg": "SALT_MD5", | 38 | "alg": "SALT_MD5", |
39 | "code": 200, | 39 | "code": 200, |
40 | - "data": { | ||
41 | - "author_desc": "Because i'm fierce,bitch!", | ||
42 | - "avatar": "http://img12.static.yhbimg.com/yhb-img02/2015/06/12/12/02aafe4efc368f307c02b692cf1f862570.jpg?imageView/0/w/100/h/100", | ||
43 | - "name": "uncle-sam", | ||
44 | - "url": "http://guang.m.yohobuy.com/author/index?id=380463" | ||
45 | - }, | ||
46 | - "md5": "48e694554ff8e252f7ff59ab09435c83", | ||
47 | - "message": "author info" | 40 | + "data": [ |
41 | + { | ||
42 | + "cover_image_type": "1", | ||
43 | + "id": "34182", | ||
44 | + "intro": "乌拉拉", | ||
45 | + "like": { | ||
46 | + "count": "0", | ||
47 | + "isLiked": false | ||
48 | + }, | ||
49 | + "praise_num": "0", | ||
50 | + "publish_time": "5月9日 09:47", | ||
51 | + "share_url": { | ||
52 | + "url": "http://guang.m.yohobuy.com/info/index?id=34182" | ||
53 | + }, | ||
54 | + "src": "http://img13.static.yhbimg.com/article/2016/05/09/09/02892d24292d7a90741f4224ade8f089a9.jpg?imageView/{mode}/w/{width}/h/ | ||
55 | + | ||
56 | +{height}", | ||
57 | + "title": "添加商品显示问题-汪康", | ||
58 | + "url": "http://guang.m.yohobuy.com/info/index?id=34182", | ||
59 | + "views_num": "479" | ||
60 | + }, | ||
61 | + { | ||
62 | + "cover_image_type": "1", | ||
63 | + "id": "34180", | ||
64 | + "intro": "21", | ||
65 | + "like": { | ||
66 | + "count": "0", | ||
67 | + "isLiked": false | ||
68 | + }, | ||
69 | + "praise_num": "0", | ||
70 | + "publish_time": "5月7日 17:24", | ||
71 | + "share_url": { | ||
72 | + "url": "http://guang.m.yohobuy.com/info/index?id=34180" | ||
73 | + }, | ||
74 | + "src": "http://img10.static.yhbimg.com/article/2016/05/07/17/01f33bd9eb84f3336b7a8ddf7c25f0c8e2.png?imageView/{mode}/w/{width}/h/ | ||
75 | + | ||
76 | +{height}", | ||
77 | + "title": "测试多图", | ||
78 | + "url": "http://guang.m.yohobuy.com/info/index?id=34180", | ||
79 | + "views_num": "240" | ||
80 | + }, | ||
81 | + { | ||
82 | + "cover_image_type": "2", | ||
83 | + "id": "34178", | ||
84 | + "intro": "据台湾“中央社”5月6日报道,民进党籍“立委”许智杰6日透露称,有台湾学生到土耳其做交换学生,拿到的居留证资料的“国籍栏”被注明为 | ||
85 | + | ||
86 | +“中华人民共和国”;台当局涉外部门表示,", | ||
87 | + "like": { | ||
88 | + "count": "0", | ||
89 | + "isLiked": false | ||
90 | + }, | ||
91 | + "praise_num": "0", | ||
92 | + "publish_time": "5月7日 15:55", | ||
93 | + "share_url": { | ||
94 | + "url": "http://guang.m.yohobuy.com/info/index?id=34178" | ||
95 | + }, | ||
96 | + "src": "http://img11.static.yhbimg.com/article/2016/05/07/15/01bf2eb0977644d52b1ba040cf41269c5f.png?imageView/{mode}/w/{width}/h/ | ||
97 | + | ||
98 | +{height}", | ||
99 | + "title": "土耳其将台湾交换生国籍写中华人民共和国", | ||
100 | + "url": "http://news.sohu.com/20160506/n448054944.shtml?=306984407", | ||
101 | + "views_num": "6" | ||
102 | + } | ||
103 | + ], | ||
104 | + "md5": "0dd574c41ce8ea8779a7c218c920c5e4", | ||
105 | + "message": "get article by brand success" | ||
48 | } | 106 | } |
49 | ``` | 107 | ``` |
-
Please register or login to post a comment