文书领取信息批量新增-清华
<h2>领取信息批量新增</h2>
<h3>API路径</h3>
<pre><code>http://IP:60081/idsp/api/sys/wsxxLqqk/addBatch</code></pre>
<h3>请求类型</h3>
<pre><code>HTTP POST</code></pre>
<h3>请求头</h3>
<table>
<thead>
<tr>
<th>参数名</th>
<th>数据</th>
</tr>
</thead>
<tbody>
<tr>
<td>token</td>
<td>eda2025fa8152fda48ac129a6f6b52f8</td>
</tr>
<tr>
<td>Content-Type</td>
<td>application/json;charset=UTF-8</td>
</tr>
</tbody>
</table>
<h3>请求体</h3>
<pre><code>[
{
"wsxxId": "文书ID",
"wslqrId": "领取人ID",
"wslqrXm": "领取人名称",
"wslqrSfzh": "领取人身份证号",
"scbs": "删除标识",
"wslqSj": "文书领取时间",
"wslqZt": "文书领取状态",
"wslqSbyy": "文书领取失败原因",
"sbbh" :"设备编号",
"mac" :"设备mac地址"
}
...
]</code></pre>
<h3>响应体</h3>
<pre><code>{
"flag": 请求状态:1成功,0失败,
"totalCount": 总数量,
"msg": "请求描述",
"data": "成功:success 失败:error",
"extraRes": null
}</code></pre>
<h3>API路径示例</h3>
<pre><code>http://192.168.0.13:60081/idsp/api/sys/wsxxLqqk/addBatch</code></pre>
<h3>请求体示例</h3>
<pre><code>[
{
"wsxxId": "003b93dd8ae5458325aa568ab2e62ac8",
"wslqrId": "2988889d7e0f5cf7017e0f5f55d10001",
"wslqrXm": "张一",
"wslqrSfzh": "110101199003076710",
"bdyy": "补打原因2",
"wslqSj": "2022-01-06 17:21:52",
"wslqZt": "2",
"wslqSbyy": "文书领取失败原因2"
},
{
"wsxxId": "003b93dd8ae5458325aa568ab2e62ac9",
"wslqrId": "2988889d7e0f5cf7017e0f5f55d10001",
"wslqrXm": "张一",
"wslqrSfzh": "110101199003076710",
"bdyy": "补打原因1",
"wslqSj": "2022-01-06 17:21:52",
"wslqZt": "2",
"wslqSbyy": "文书领取失败原因1"
}
]</code></pre>
<h3>响应体示例</h3>
<pre><code>{
"flag": 1,
"totalCount": 0,
"msg": null,
"data": "success",
"extraRes": null
}</code></pre>