CRM发起签署-上传授权文件
<p><strong>简要描述:</strong> </p>
<ul>
<li>crm发起签署-上传授权文件接口</li>
</ul>
<p><strong>请求URL:</strong> </p>
<ul>
<li><code>https://htzxtest.coli688.com/api/Interface/upsignfile</code></li>
</ul>
<p><strong>请求方式:</strong></p>
<ul>
<li>Post </li>
</ul>
<p><strong>只能上传doc、docx、pdf文件</strong></p>
<p><strong>header参数:</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>
<tr>
<td style="text-align: left;">AppKey</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>来源:crm-HTCRM,电商-HTMALL</td>
</tr>
<tr>
<td style="text-align: left;">Sign</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>MD5加密后的字符串(AppKey_Token_Timestamp)</td>
</tr>
<tr>
<td style="text-align: left;">Timestamp</td>
<td style="text-align: left;">是</td>
<td style="text-align: left;">string</td>
<td>13位时间戳</td>
</tr>
</tbody>
</table>
<p><strong>body报文:</strong>
<img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=6b6600d2006cc7a17eabb492931f4bf0&amp;file=file.png" alt="" />
上传文件</p>
<p><strong>返回示例</strong></p>
<pre><code>{
&quot;result&quot;: {
&quot;statusCode&quot;: 200,
&quot;message&quot;: &quot;上传成功&quot;,
&quot;filePath&quot;: &quot;\\UpLoadFile\\CrmSign\\2024\\1\\4\\173436269\\a.合同协议书-土石方.docx&quot;,
&quot;fileName&quot;: &quot;a.合同协议书-土石方.docx&quot;,
&quot;size&quot;: 46211,
&quot;type&quot;: &quot;application/vnd.openxmlformats-officedocument.wordprocessingml.document&quot;
},
&quot;targetUrl&quot;: null,
&quot;success&quot;: true,
&quot;error&quot;: null,
&quot;unAuthorizedRequest&quot;: false,
&quot;__abp&quot;: true
}</code></pre>