个人中心相关接口.md
13.4 KB
1、我的帖子列表
我的帖子(method=app.social.getMyPostList)
公共请求参数
参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
---|---|---|---|---|---|---|
client_secret | string | 50 | 否 | 5ac68f20cb18efe154be | 进入接口提供的参数加密信息 | |
app_version | float | 10 | 否 | 1 | APP版本 | |
os_version | string | 20 | 否 | Android4.4 | 系统版本+机器型号 | |
client_type | string | 20 | 否 | iphone/android/ipad | 手机型号(不区分大小写) | |
screen_size | string | 20 | 否 | 800x900 | (手机尺寸) |
请求参数
参数名称 | 参数类型 | 可否为空 | 示例 | 默认值 | 备注 |
---|---|---|---|---|---|
authorId | String | 否 | 32423 | 0 | 作者id |
lastedTime | int | 是 | 1467769943000 | 0 | 时间戳 |
limit | int | 是 | 5 | 10 | 每页多少条 |
注意,通用的头部没有列出。
请求示例
http://192.168.102.205:8080/gateway/?method=app.social.getMyPostList&authorId=2222222&lastedTime=1467769943000&limit=2&debug=XYZ
响应
code为200即为成功,否则是失败。 响应JSON格式如下所示:
{
"alg": "SALT_MD5",
"code": 200,
"data": {
"lastedTime": 1467116319000,
"list": [
{
"isIndexTop": 0,
"blocks": [
{
"contentData": "啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊啊",
"templateKey": "text",
"order": 1
},
{
"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": 1,
"postsTitle": "棉花米阿奴啊",
"createTime": 1467616949000,
"forumCode": 1002,
"comment": 4,
"id": 82,
"revieweState": 0,
"isHot": 1,
"browse": 0,
"status": 0
},
{
"isIndexTop": 0,
"blocks": [
{
"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": 0,
"forumName": "复古市集会",
"createTime": 1467116319000,
"forumCode": 10002,
"comment": 1,
"id": 64,
"revieweState": 0,
"isHot": 0,
"browse": 0,
"status": 0
}
],
"pageSize": 2,
"total": 0
},
"md5": "7043cfda6b6dd513d2af38f6e010eba4",
"message": "我的帖子"
}
{
"message": "用户ID不能为空",
"code": 401
}
2、我的回复列表
我的回复列表(method=app.social.getMyCommentList)
公共请求参数
参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
---|---|---|---|---|---|---|
client_secret | string | 50 | 否 | 5ac68f20cb18efe154be | 进入接口提供的参数加密信息 | |
app_version | float | 10 | 否 | 1 | APP版本 | |
os_version | string | 20 | 否 | Android4.4 | 系统版本+机器型号 | |
client_type | string | 20 | 否 | iphone/android/ipad | 手机型号(不区分大小写) | |
screen_size | string | 20 | 否 | 800x900 | (手机尺寸) |
请求参数
参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
---|---|---|---|---|---|---|
uid | int | 1-11 | 否 | 8050840 | 用户id | |
lastedTime | String | 13 | 否 | 1467773595102 | 时间戳 | |
limit | String | 1-3 | 否 | 10 | 一页展示条数 |
接口说明
接口说明 | |
---|---|
请求域名 | http://api.yoho.cn |
接口名 | app.social.getMyCommentList |
接口说明 | 获取用户信息 |
http请求方式 | POST/GET |
返回错误
错误code | 错误提示 |
---|---|
400 | 用户id不能为空. |
注意,通用的头部没有列出。
请求示例
http://192.168.102.205:8080/gateway/?method=app.social.getMyCommentList&uid=8050840&lastedTime=1467773595102&limit=10
响应
code为200即为成功,否则是失败。
响应参数,data部分
响应成功JSON格式如下所示:
{
"alg": "SALT_MD5",
"code": 200,
"data": {
"list": [
{
"postInfo": {
"title": "害怕抢不到NMD?别担心,至少他们都不是你的对手!",
"type": "text"
},
"createTime": 1467189316,
"authorUid": 0,
"blocks": [
{
"commentId": 52,
"orderBy": 0,
"content": "永远的18岁!!!",
"templateKey": "text"
},
{
"commentId": 52,
"orderBy": 0,
"content": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d4.png",
"templateKey": "image"
},
{
"commentId": 52,
"orderBy": 1,
"content": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d5.png",
"templateKey": "image"
}
],
"replyTo": {
"headIcon": "http://img10.static.yhbimg.com/yhb-img01/2016/06/28/17/01b4ab5ad41e5b2d1106915828f41c4bc6.jpg",
"uid": 8050829,
"name": "petch"
},
"id": 52,
"postId": 80,
"reply": {
"headIcon": "http://img10.static.yhbimg.com/yhb-img01/2016/06/28/17/01b4ab5ad41e5b2d1106915828f41c4bc6.jpg",
"uid": 8050829,
"name": "petch"
},
"status": 0
},
{
"postInfo": {
"title": "害怕抢不到NMD?别担心,至少他们都不是你的对手!",
"type": "text"
},
"createTime": 1467189285,
"authorUid": 0,
"blocks": [
{
"commentId": 50,
"orderBy": 0,
"content": "永远的18岁!!!",
"templateKey": "text"
},
{
"commentId": 50,
"orderBy": 0,
"content": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d4.png",
"templateKey": "image"
},
{
"commentId": 50,
"orderBy": 1,
"content": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d5.png",
"templateKey": "image"
}
],
"id": 50,
"postId": 80,
"reply": {
"headIcon": "http://img10.static.yhbimg.com/yhb-img01/2016/06/28/17/01b4ab5ad41e5b2d1106915828f41c4bc6.jpg",
"uid": 8050829,
"name": "petch"
},
"status": 0
},
{
"postInfo": {
"title": "害怕抢不到NMD?别担心,至少他们都不是你的对手!",
"type": "text"
},
"createTime": 1467189270,
"authorUid": 0,
"blocks": [
{
"commentId": 48,
"orderBy": 0,
"content": "永恒的核心技术部!!!",
"templateKey": "text"
},
{
"commentId": 48,
"orderBy": 0,
"content": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d4.png",
"templateKey": "image"
},
{
"commentId": 48,
"orderBy": 1,
"content": "http://img12.static.yhbimg.com/goodsimg/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d5.png",
"templateKey": "image"
}
],
"id": 48,
"postId": 80,
"reply": {
"headIcon": "http://img10.static.yhbimg.com/yhb-img01/2016/06/28/17/01b4ab5ad41e5b2d1106915828f41c4bc6.jpg",
"uid": 8050829,
"name": "petch"
},
"status": 0
}
],
"lastedTime": 1467773595102,
"pageSize": 10,
"total": 0
},
"md5": "155c12860833cf913985e7c65b4329b4",
"message": "获取评论列表成功."
}
响应失败JSON格式如下所示:
{
"alg": "SALT_MD5",
"code": 500,
"data": [],
"md5": "6d729d4b35f10fc73531210bd7ecff91",
"message": "用户id不能为空."
}
3、我点赞的帖子列表
我点赞的帖子列表(method=app.social.getMyPraisePostList)
公共请求参数
参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
---|---|---|---|---|---|---|
client_secret | string | 50 | 否 | 5ac68f20cb18efe154be | 进入接口提供的参数加密信息 | |
app_version | float | 10 | 否 | 1 | APP版本 | |
os_version | string | 20 | 否 | Android4.4 | 系统版本+机器型号 | |
client_type | string | 20 | 否 | iphone/android/ipad | 手机型号(不区分大小写) | |
screen_size | string | 20 | 否 | 800x900 | (手机尺寸) |
请求参数
参数名称 | 参数类型 | 长度 | 可否为空 | 示例 | 默认值 | 备注 |
---|---|---|---|---|---|---|
uid | int | 1-11 | 否 | 8050840 | 用户id | |
lastedTime | String | 13 | 否 | 1467773595102 | 时间戳 | |
limit | String | 1-3 | 否 | 10 | 一页展示条数 |
接口说明
接口说明 | |
---|---|
请求域名 | http://api.yoho.cn |
接口名 | app.social.getMyPraisePostList |
接口说明 | 获取用户信息 |
http请求方式 | POST/GET |
返回错误
错误code | 错误提示 |
---|---|
400 | 用户id不能为空. |
注意,通用的头部没有列出。
请求示例
http://192.168.102.205:8080/gateway/?method=app.social.getMyPraisePostList&uid=8050840&lastedTime=1467773595102&limit=10
响应
code为200即为成功,否则是失败。
响应参数,data部分
响应成功JSON格式如下所示:
{
"alg": "SALT_MD5",
"code": 200,
"data": {
"list": [
{
"isIndexTop": 0,
"blocks": [
{
"contentData": "前几天这条关于adidas Originals NMD入手攻略的资讯发布后,评论区的童鞋们都“炸”啦,各种关于如何排队如何购买的问题一股脑地涌来。为了让大家能顺利买到NMD,今天小编就扮演一下临时客服,帮大家解决几个困惑。",
"templateKey": "text",
"order": 1
},
{
"contentData": "http://img11.static.yhbimg.com/yhb-img01/2016/03/11/07/017c954c712e3e732f565d56d193c761af.jpg?imageView/2/w/640/h/640",
"templateKey": "image",
"order": 2
},
{
"contentData": "http://img11.static.yhbimg.com/yhb-img01/2016/03/11/07/012868bed62e639554e5fecb09b6d44cfe.jpg?imageView/2/w/640/h/640",
"templateKey": "image",
"order": 3
}
],
"updateTime": 0,
"praise": 13,
"revieweTime": 0,
"isForumTop": 0,
"postsTitle": "害怕抢不到NMD?别担心,至少他们都不是你的对手!",
"createTime": 1467180294,
"forumCode": 10001,
"comment": 5,
"id": 80,
"revieweState": 0,
"isHot": 0,
"browse": 0,
"status": 0
}
],
"lastedTime": 1467773595102,
"pageSize": 10,
"total": 0
},
"md5": "ed0770fb2e1943c816c9beb4ff60d721",
"message": "获取我点赞的帖子列表成功."
}
响应失败JSON格式如下所示:
{
"alg": "SALT_MD5",
"code": 400,
"data": [],
"md5": "6d729d4b35f10fc73531210bd7ecff91",
"message": "用户id不能为空."
}