Authored by chaogeng

Update 个人中心相关接口.md

... ... @@ -15,11 +15,11 @@
|:-------| -----:|-----:|-----:|-----:|----:|
|authorId|String|否|32423|0|作者id|
|lastedTime|int|是|1467343834|0|时间戳|
|size|int|是|5|10|每页多少条|
|limit|int|是|5|10|每页多少条|
注意,通用的头部没有列出。
请求示例
http://192.168.102.205:8080/gateway/?method=app.social.getMyPostList&authorId=2222222&lastedTime=1467343834&limit=2&debug=XYZ
http://192.168.102.205:8080/gateway/?method=app.social.getMyPostList&authorId=2222222&lastedTime=1467769943000&limit=2&debug=XYZ
### 响应
code为200即为成功,否则是失败。
... ... @@ -29,32 +29,58 @@ code为200即为成功,否则是失败。
"alg": "SALT_MD5",
"code": 200,
"data": {
"lastedTime": 1467116319000,
"list": [
{
"isIndexTop": 0,
"blocks": [
{
"contentData": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d4.png",
"templateKey": "image",
"contentData": "啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊",
"templateKey": "text",
"order": 1
},
{
"contentData": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d5.png",
"contentData": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d4.png",
"templateKey": "image",
"order": 2
},
{
"contentData": "http://img10.static.yhbimg.com/yhb-img01/2016/06/28/17/01b4ab5ad41e5b2d1106915828f41c4bc6.jpg",
"templateKey": "image",
"order": 3
},
{
"contentData": "http://img10.static.yhbimg.com/yhb-img01/2016/06/28/17/01b4ab5ad41e5b2d1106915828f41c4bc6.jpg",
"templateKey": "image",
"order": 4
},
{
"contentData": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d4.png",
"templateKey": "image",
"order": 5
},
{
"contentData": "http://img10.static.yhbimg.com/yhb-img01/2016/06/28/17/01b4ab5ad41e5b2d1106915828f41c4bc6.jpg",
"templateKey": "image",
"order": 6
},
{
"contentData": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d4.png",
"templateKey": "image",
"order": 7
}
],
"updateTime": 0,
"praise": 0,
"revieweTime": 0,
"isForumTop": 0,
"forumName": "模块",
"createTime": 1467116319,
"forumCode": 10002,
"comment": 1,
"id": 64,
"isForumTop": 1,
"postsTitle": "棉花米阿奴啊",
"createTime": 1467616949000,
"forumCode": 1002,
"comment": 4,
"id": 82,
"revieweState": 0,
"isHot": 0,
"isHot": 1,
"browse": 0,
"status": 0
},
... ... @@ -62,20 +88,25 @@ code为200即为成功,否则是失败。
"isIndexTop": 0,
"blocks": [
{
"contentData": "啊啊啊啊啊啊啊啊啊啊啊",
"templateKey": "text",
"contentData": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d4.png",
"templateKey": "image",
"order": 1
},
{
"contentData": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d5.png",
"templateKey": "image",
"order": 2
}
],
"updateTime": 0,
"praise": 0,
"revieweTime": 0,
"isForumTop": 1,
"forumName": "模块",
"createTime": 1467116307,
"isForumTop": 0,
"forumName": "复古市集会",
"createTime": 1467116319000,
"forumCode": 10002,
"comment": 1,
"id": 62,
"id": 64,
"revieweState": 0,
"isHot": 0,
"browse": 0,
... ... @@ -83,9 +114,9 @@ code为200即为成功,否则是失败。
}
],
"pageSize": 2,
"total": 3
"total": 0
},
"md5": "bb4cf190f2bfdbb32c61fba3ea6c2597",
"md5": "7043cfda6b6dd513d2af38f6e010eba4",
"message": "我的帖子"
}
```
... ...