接口地址:[接口根]/plugin/xjzpost-api/my
请求类型:get
[
{
"title": "123344442哈哈哈",
"school": "学校啦啦啦啦",
"author": "戚俊",
"teacher": "王某某",
"state": 0,
"createtime": 1432731551,
"info_key": "5565bf9f4d981b7c1a000029"
},
{
"title": "123344442哈哈哈",
"school": "学校啦啦啦啦",
"author": "戚俊",
"state": 0,
"createtime": 1432731051,
"info_key": "5565bdab4d981b9c1a00002b"
},
{
"title": "12332哈哈哈",
"school": "学校啦啦啦啦",
"author": "戚俊",
"state": 0,
"createtime": 1432731049,
"info_key": "5565bda94d981b9c1a00002a"
},
{
"title": "122哈哈哈",
"school": "学校啦啦啦啦",
"author": "戚俊",
"state": -1,
"createtime": 1432731047,
"info_key": "5565bda74d981b9c1a000029"
}
]state=-1 未采用,0等待审核,1已采用
接口地址:[接口根]/plugin/xjzpost-api/post
请求类型:post
{
"state": 1,
"message": "投稿成功!"
}
{
"state": 0,
"errors": {
"user_openid": [
"发布人openid不能为空。"
]
},
"message": "投稿失败,请检查填写!"
}