接口地址:[接口根]/plugin/submission-api/update
请求类型:post
{
"state": 1,
"message": "修改成功!"
}
接口地址:[接口根]/plugin/submission-api/my
请求类型:get
[
{
"title": "a阿斯顿发送到",
"content": "的发生大幅度的的发生大幅度的的发生大幅度的的发生大幅度的",
"state": 1,
"column": "栏目一",
"image": null,
"createtime": 1453458579,
"info_key": "56a20493c137e0e014000039"
}
]
接口地址:[接口根]/plugin/submission-api/edit
请求类型:get
接口地址:[接口根]/plugin/submission-api/post
请求类型:post
{
"state": 1,
"message": "投稿成功!"
}
{
"state": 0,
"errors": {
"user_openid": [
"投稿人ID不能为空。"
]
},
"message": "投稿失败,请检查填写!"
}