## 編輯作業-提交修改
```json
{
"result": [{
"title": "2018年6月12日",
"content": "下面是今天的作業,請各位同學認真完成。也請個人家長認真督促。",
"img": "1,2,3"
}, {
"title": "英語",
"content": "背誦第二單元的單詞,明天默寫",
"img": "4,5,6"
}, {
"title": "生物",
"content": "明天帶一條小魚來",
"img": "7,8,9"
}]
}
```
~~~[api]
post:/api/article/edit
*int:id#帖子ID
<<<
success
{
"code": 1,
"msg": "修改成功,獲得50積分",
"tosat": true
}
<<<
success
{
"code": 1,
"msg": "修改成功",
"tosat": false
}
<<<
error
{
"code": 0,
"msg": "作業不存在"
}
<<<
error
{
"code": 0,
"msg": "內容不存在"
}
~~~