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