湖南公益林


添加

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>录入接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>http://localhost:9001/letterbill/addLetter</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <h5>输入示例</h5> <pre><code> { //并非所有列都需要填写,数据库设计的是可为null "dateYear":"2019", //年份     "cityName":"test", //市     "countyName":"望城区", //县     "clientName":"test", //当事人姓名     "clientTel":"45234", //当事人电话     "clientAdd":"test", //当事人地址     "reason":"test", //事由     "unit":"test", //调处单位     "people":"test", //调处人     "method":"test", //调处方式     "colsing":"test", //是否结案     "remarks":"", //备注     "buildtime":"2022-11-04" //创建时间 }</code></pre> <h5>输出示例</h5> <pre><code> { "status": 200,     "message": "success",     "data": {         "id": "52",         "dateYear": "2019",         "cityName": "test",         "countyName": "望城区",         "clientName": "test",         "clientTel": "45234",         "clientAdd": "test",         "reason": "test",         "unit": "test",         "people": "test",         "method": "test",         "colsing": "test",         "remarks": "",         "buildtime": "2022-11-04"     },     "decryptFlag": false }</code></pre> <h5>备注</h5> <ul> <li>更多返回错误代码请看首页的错误代码描述</li> </ul>

页面列表

ITEM_HTML