湖南公益林


修改

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>修改接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:9001/summary/updateSum</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <p>想修改哪个列传那个列</p> <h5>输入示例</h5> <pre><code> { "id":1, //根据id修改     "political":"test", //政区     "dateYear":"2019", //年份     "title":"test", //标题     "name":"test", //用户名称     "content":"45234", //工作总结内容     "accessories":"test", //附件     "buildtime":"2020-12-12" //创建时间 }</code></pre> <h5>返回示例</h5> <pre><code> { "status": 200,     "message": "success",     "data": {         "id": "1",         "political": "test",         "dateYear": "2019",         "title": "test",         "name": "test",         "content": "45234",         "accessories": "test",         "buildtime": "2020-12-12"     },     "decryptFlag": false }</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML