接口地址:[接口根]/plugin/broke-api/post
请求类型:post
{
"state": 0,
"errors": {
"title": [
"爆料标题不能为空。"
],
"user_openid": [
"爆料人编号不能为空。"
],
"content": [
"爆料内容不能为空。"
]
},
"message": "爆料失败,请检查填写!"
}
{
"state": 1,
"message": "爆料成功!"
}
接口地址:[接口根]/plugin/broke-api/brokelist
请求类型:get
[
{
"title": "金牛回家就是抹去",
"content": "金牛回家就是抹去",
"images": [
"http://storage.tmtsp.com/555199c927f38ea00800002a/20151106/051f3d4eb29e76602ba879eac47325c6.jpg"
],
"createtime": 1446778937,
"brokeid": "563c183927f38ea80e00003b",
"replyinfo": [
{
"replytime": 1446779319,
"replycontent": "你这爆料的是什么玩意",
"workername": "路特测试发布员"
},
{
"replytime": 1446779840,
"replycontent": "不错",
"workername": "路特测试发布员"
}
]
}
]需要其他数据再修改接口