添加联系人
<p><strong>简要描述:</strong> </p>
<ul>
<li>添加联系人接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>http://ip:port/signflow/rpc/addReceiver.json</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>
</tbody>
</table>
<p><strong>请求示例</strong></p>
<pre><code> http://ip:port/signflow/rpc/addReceiver.json
{
&quot;flowId&quot;:&quot;91d59ae9-b4bc-446b-8c65-25ff08570a48&quot;,
&quot;receivers&quot;:[{
&quot;ddUserId&quot;:&quot;afhaf&quot;,
&quot;flowDetailType&quot;:0
},{
&quot;ddUserId&quot;:&quot;fhsdhf&quot;,
&quot;flowDetailType&quot;:0
}]
}</code></pre>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;msg&quot;: null,
&quot;errCode&quot;: 0,
&quot;errShow&quot;: false,
&quot;data&quot;: null
}</code></pre>
<p><strong>备注</strong> </p>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>