撰写留言提交接口
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>撰写留言查询接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://10.10.4.224:7006/onlinePlatform/leave/submit</code></li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST</li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;registNo&quot;:&quot;&quot;,报案号
&quot;nodeType&quot;:&quot;&quot;,留言生成节点值
&quot;operatorCode&quot;:&quot;&quot;,留言操作人员代码
&quot;operatorName&quot;:&quot;&quot;,留言操作人员名称
&quot;context&quot;:&quot;&quot;,留言内容
&quot;messageType&quot;:&quot;&quot;,留言类型
&quot;businessId&quot;:&quot;&quot;业务主键id
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;code&quot;: 200,
&quot;message&quot;: &quot;OK&quot;
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>