Authored by tanling

no message

... ... @@ -18,10 +18,11 @@
|forumCode|String|否|100001|0|版块CODE|
|contentData|String|是|啊啊啊啊啊啊||内容|
|images|String|是|1|0|图片|
|sizes|String|是|1X2|''|图片尺寸|
注意,通用的头部没有列出。
请求示例
http://192.168.102.205:8095/social/?method=app.social.addPost&postsTitle=棉花米阿奴啊&uid=8657461&forumCode=10001&contentData=HHAHAHA&images=/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d4.png,/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d5.png
http://192.168.102.205:8095/social/?method=app.social.addPost&postsTitle=棉花米阿奴啊&uid=8657461&forumCode=10001&contentData=HHAHAHA&images=/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d4.png,/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d5.png&sizes=1x2,3x4
### 响应
... ...
... ... @@ -47,23 +47,26 @@ code为200即为成功,否则是失败。
"uid": 8050827,
"bgPic":"http://img03.res.yohoshow.com/headimg/2014/08/11/08/01701f83b911bc874fb9435d311db0aaf2.jpg"
},
"blocks": [
{
"contentData": "前几天这条关于adidas Originals NMD入手攻略的资讯发布后,评论区的童鞋们都“炸”啦,各种关于如何排队如何购买的问题一股脑地涌来。为了让大家能顺利买到NMD,今天小编就扮演一下临时客服,帮大家解决几个困惑。",
"order": 1,
"templateKey": "text"
},
{
"contentData": "http://img11.static.yhbimg.com/yhb-img01/2016/03/11/07/017c954c712e3e732f565d56d193c761af.jpg?imageView/2/w/640/h/640",
"order": 2,
"templateKey": "image"
},
{
"contentData": "http://img11.static.yhbimg.com/yhb-img01/2016/03/11/07/012868bed62e639554e5fecb09b6d44cfe.jpg?imageView/2/w/640/h/640",
"order": 3,
"templateKey": "image"
}
],
"blocks": [
{
"templateKey": "text",
"order": 1,
"contentData": "HHAHAHA",
"size": ""
},
{
"templateKey": "image",
"order": 2,
"contentData": "http://img12.static.yhbimg.com\\social/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d4.png?imageView/{mode}/w/{width}/h/{height}",
"size": "1x2"
},
{
"templateKey": "image",
"order": 3,
"contentData": "http://img12.static.yhbimg.com\\social/2016/06/06/05/02e8b4a63c0101b1a1a8f04b53d817b9d5.png?imageView/{mode}/w/{width}/h/{height}",
"size": "3x4"
}
],
"browse": 100,
"createTime": 0,
"forumCode": 10001,
... ...