接口地址:[接口根]/plugin/xcontributor-api/submission
请求类型:get
[
{
"title": "a阿斯顿发送到",
"content": "的发生大幅度的的发生大幅度的的发生大幅度的的发生大幅度的",
"state": 1,
"image": null,
"createtime": 1453458579,
"info_key": "56a20493c137e0e014000039"
}
]state:-1 表示投稿未通过 0 表示投稿正在审核中 1 表示投稿已经通过 2 表示投稿已经采用
接口地址:[接口根]/plugin/xcontributor-api/info
请求类型:get
{
"comment": {
"comment": 回复 /评论内容,
"time": 1456476593
},
"content": "内容不能为空1111",
"createtime": 1456476440,
"images": [],
"state": 1,
"title": "标题不能为空11",
"key": "56d0111893d7031006000031"
}
接口地址:[接口根]/plugin/xcontributor-api/post
请求类型:post
{
"state": 1,
"message": "投稿成功!"
}
{
"state": 0,
"errors": {
"user_openid": [
"发布人openid不能为空。"
]
},
"message": "投稿失败,请检查填写!"
}