导入文档数据接口
<h5>简要描述</h5>
<ul>
<li>无</li>
</ul>
<h5>请求URL</h5>
<ul>
<li><code>{{web_url}}/importDate/importDocumentData</code> </li>
</ul>
<h5>请求方式</h5>
<ul>
<li>post</li>
</ul>
<h5>Header</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">字段名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">token</td>
<td style="text-align: left;">1700556119649940</td>
<td>是</td>
<td>string</td>
<td>用户ID</td>
</tr>
</tbody>
</table>
<h5>请求Body参数</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">示例值</th>
<th>必选</th>
<th>类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;"><?xml version="1.0" encoding="utf-8" ?> <document> <documentinfoBean> <title>连振飞导入文档测试正文</title> <chnlId>1693895542721227</chnlId> <status>10</status> <content>stars1</content> <htmlcon><![CDATA[ 图片一:<img src='https://img2.woyaogexing.com/2022/08/23/38c0e3f624aca723!400x400.jpg' alt='图片'>图片二:<img src='https://img2.woyaogexing.com/2022/08/23/c9a7449774412ec3!400x400.jpg' alt='图片'> ]]></htmlcon> <crtime>2022-06-01 24:12:33</crtime> </documentinfoBean> <appendixinfoBeans> <appendixinfo> <appfileName>1.jpg</appfileName> <appfile><a href="https://bizhi.quanjing.com/image/fs/index/automobile/1.jpg">https://bizhi.quanjing.com/image/fs/index/automobile/1.jpg</a></appfile> <fileext>png</fileext> <crtime>2022-06-02 24:12:34</crtime> </appendixinfo> <appendixinfo> <appfileName>2.jpg</appfileName> <appfile><a href="https://bizhi.quanjing.com/image/fs/index/automobile/2.jpg">https://bizhi.quanjing.com/image/fs/index/automobile/2.jpg</a></appfile> <fileext>png</fileext> <crtime>2022-06-03 24:12:35</crtime> </appendixinfo> </appendixinfoBeans> <appendixpicinfoBeans> <appendixpicinfo> <appfileName>4.jpg</appfileName> <appfile><a href="https://bizhi.quanjing.com/image/fs/index/automobile/4.jpg">https://bizhi.quanjing.com/image/fs/index/automobile/4.jpg</a></appfile> <fileext>jpg</fileext> <crtime>2022-06-04 24:12:44</crtime> </appendixpicinfo> <appendixpicinfo> <appfileName>5.jpg</appfileName> <appfile><a href="https://bizhi.quanjing.com/image/fs/index/automobile/5.jpg">https://bizhi.quanjing.com/image/fs/index/automobile/5.jpg</a></appfile> <fileext>jpg</fileext> <crtime>2022-06-05 24:12:45</crtime> </appendixpicinfo> </appendixpicinfoBeans> </document></td>
<td>是</td>
<td>string</td>
<td>无</td>
</tr>
</tbody>
</table>
<h5>成功返回示例</h5>
<pre><code>{
"status": 200,
"success": true,
"msg": "导入文档完成",
"data": "",
"error": "导入文档完成"
}
</code></pre>
<h5>成功返回示例的参数说明</h5>
<table>
<thead>
<tr>
<th style="text-align: left;">参数名</th>
<th style="text-align: left;">类型</th>
<th>说明</th>
</tr>
</thead>
<tbody>
<tr>
<td style="text-align: left;">status</td>
<td style="text-align: left;">string</td>
<td>无</td>
</tr>
<tr>
<td style="text-align: left;">success</td>
<td style="text-align: left;">string</td>
<td>无</td>
</tr>
<tr>
<td style="text-align: left;">msg</td>
<td style="text-align: left;">string</td>
<td>无</td>
</tr>
<tr>
<td style="text-align: left;">data</td>
<td style="text-align: left;">string</td>
<td>无</td>
</tr>
<tr>
<td style="text-align: left;">error</td>
<td style="text-align: left;">string</td>
<td>无</td>
</tr>
</tbody>
</table>