保存人员
<p>[TOC]</p>
<h5>简要描述</h5>
<ul>
<li>用户注册接口</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>http://xx.com/Save_qqUser</code>// /apis/sf_public?url=fxyz_user/Save_qqUser</li>
</ul>
<h5>请求方式</h5>
<ul>
<li>POST </li>
</ul>
<h5>参数</h5>
<pre><code>{
&quot;data&quot;:[
{
&quot;fxyz_name&quot;:&quot;李云鹏&quot;, //姓名
&quot;fxyz_card&quot;:&quot;610302191212221234&quot;, //身份证号
&quot;fxyz_openid&quot;:&quot;dy1S1y&quot;, //openid
&quot;org_name&quot;:&quot;宝鸡嘉琦金属有限公司&quot; //组织
}
]
}</code></pre>
<h5>返回示例</h5>
<pre><code>{
&quot;data&quot;: {
&quot;failCount&quot;: &quot;0&quot;,
&quot;result&quot;: [
{
&quot;billIndex&quot;: 0,
&quot;billStatus&quot;: true,
&quot;errors&quot;: [],
&quot;id&quot;: &quot;2194946082364992512&quot;,
&quot;keys&quot;: {
&quot;fxyz_openid&quot;: &quot;dy1S1y&quot;
},
&quot;number&quot;: &quot;2025-04-17-0001&quot;,
&quot;type&quot;: &quot;Add&quot;
}
],
&quot;successCount&quot;: &quot;1&quot;
},
&quot;errorCode&quot;: &quot;0&quot;,
&quot;message&quot;: null,
&quot;status&quot;: true
}</code></pre>
<h5>备注</h5>
<ul>
<li>更多返回错误代码请看首页的错误代码描述</li>
</ul>