查询所有动态的列表
接口地址:[接口根]/plugin/ltdt-api/lists
请求类型:get
[
{
"list": {
"chatname": "马majie",
"chatcontent": "发表个球啊cacaca",
"chattime": 1442382189,
"praisenum": 2,
"chatpic": [
"http://storage.tmtsp.com/55af1f7227f38e54040000b1/20150914/8cd4da76e05ca822c54baf8dfab69363.png",
"http://storage.tmtsp.com/55af1f7227f38e54040000b1/20150914/4383368a2570755a1953709034a61d28.png",
"http://storage.tmtsp.com/55af1f7227f38e54040000b1/20150914/c14b613ad0a3da054247670d90252605.png"
],
"id": "55f9016dc137e0a40800002f",
"facepic": ""
},
"praise": [
{
"openname": "majie2ha",
"openid": "55c3111027f38ee405000186"
},
{
"openname": "majie",
"openid": "55c3111027f38ee405000186"
}
],
"discuss": [
{
"openid": "55c3111027f38ee405000186",
"openname": "majie2",
"discontent": "我去不准发动态",
"distime": 1442383944
},
{
"openid": "55c3111027f38ee405000186",
"openname": "majie",
"discontent": "你这条动态发得不得了啊",
"distime": 1442383874
}
]
}
]charname:发表人,chatpic:发表的图片,限3张内,chatcontent:发表内容文字,chattime:发表时间,facepic:用户的头像;id:动态id;discuss:动态评论列表,praise:点赞
车友圈动态点赞
接口地址:[接口根]/plugin/ltdt-api/praise
请求类型:post
{
"state": -1,
"message": "你已经点赞、请不要重复点赞!"
}
{
"state": 1,
"message": "使用了不正确的请求方式!"
}
{
"state": 0,
"message": "点赞失败,请检查填写!"
}
车友圈聊天动态评论
接口地址:[接口根]/plugin/ltdt-api/discuss
请求类型:post
{
"state": 1,
"message": "评论成功!"
}
{
"state": 0,
"message": "评论失败,请检查填写!"
}获取车友圈聊天评论列表
接口地址:[接口根]/plugin/ltdt-api/listdiscuss
请求类型:get
[
{
"openid": "55c3111027f38ee405000186",
"openname": "majie2",
"discontent": "我去不准发动态",
"distime": 1442383944,
"facepic": "http://storage.tmtsp.com/55af1f7227f38e54040000b1/20150916/e14b9c6351e1b1d2e3c2a865f56ff7b1.png"
},
{
"openid": "55c3111027f38ee405000186",
"openname": "majie",
"discontent": "你这条动态发得不得了啊",
"distime": 1442383874,
"facepic": ""
}
]openname:评论人,discontent:评论内容,distime:评论时间,facepic:头像
登录用户发表动态信息
接口地址:[接口根]/plugin/ltdt-api/post
请求类型:post
{
"state": 1,
"message": "发表成功,谢谢你的支持!"
}
{
"state": 0,
"message": "发表失败,请检查重新填写!"
}