小创编辑修改
<p><strong>简要描述:</strong> </p>
<ul>
<li>小创编辑修改</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://127.0.0.1:8080/sitemgt/sentence/blame/update?accessToken=b11c5484-bc8b-4185-a326-5050dbc136d7</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>POST </li>
</ul>
<p><strong>请求参数:</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">必选</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">sentenceBlames</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">bean</td>
<td>传递要包含id</td>
</tr>
<tr>
<td style="text-align: left;">sentenceDetails</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">bean</td>
<td>传递包含id</td>
</tr>
</tbody>
</table>
<pre><code> { "sentenceBlames" :{ "id" : 8,
"contractNum" : "1001",
"status" : "1",
"createId" : "123456" }, "sentenceDetails" :[{ "id" : 11,
"delaySentenceId" : "1",
"sentenceNo" : "2",
"constructNode" : "竣工验收",
"planFinishDate" : "2019-01-02 :12:00:00",
"actualFinishDate" : "2019-01-02 :12:00:00",
"delayDays" : "20",
"reason" : "很好。。。",
"nodeCode" : "1001",
"detailNo" : "1" },{ "id" : 12,
"delaySentenceId" : "2",
"sentenceNo" : "1",
"constructNode" : "工程验收",
"planFinishDate" : "2019-01-03 :12:00:00",
"actualFinishDate" : "2019-01-03 :12:00:00",
"delayDays" : "10",
"reason" : "很好。。。",
"nodeCode" : "1001",
"detailNo" : "2" }], "sentenceReplies" :[]}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code> {
"resultMsg": "OK",
"resultCode": 200,
"resultInfo": 1,
"page": null,
"ext": null
}</code></pre>
<p><strong>返回参数说明</strong> </p>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
</tbody>
</table>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>
<p>欢迎使用ShowDoc!</p>