请求参数
<p> </p>
<table border="1" cellpadding="0" cellspacing="0" style="width:809px">
<tbody>
<tr>
<td style="background-color:#ededed; vertical-align:top; width:77px">
<p><strong>Key</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:106px">
<p><strong>类型</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:93px">
<p><strong>默认</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:372px">
<p><strong>示例值</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:136px">
<p><strong>说明</strong></p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:77px">
<p>attachs</p>
</td>
<td style="vertical-align:top; width:106px">
<p>Json字符串</p>
</td>
<td style="vertical-align:top; width:93px">
<p>/</p>
</td>
<td style="vertical-align:top; width:372px">
<p>[{"fileName":"555.jpg","requestId":"14992185957931","stream":[-1,-40,-1,-32,0,16,74,70]},{"fileName":"123.txt","requestId":"14992185957940","stream":[-1,-45,-1,-20,0,25,74,30]}]</p>
</td>
<td style="vertical-align:top; width:136px">
<p>待上传的附件列表数据</p>
</td>
</tr>
</tbody>
</table>
<p> </p>
<p><strong>attachs </strong><strong>数据字段说明</strong></p>
<table border="1" cellpadding="0" cellspacing="0" style="width:807px">
<tbody>
<tr>
<td style="background-color:#ededed; vertical-align:top; width:76px">
<p><strong>Key</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:106px">
<p><strong>类型</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:89px">
<p><strong>默认</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:387px">
<p><strong>示例值</strong></p>
</td>
<td style="background-color:#ededed; vertical-align:top; width:137px">
<p><strong>说明</strong></p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:76px">
<p>fileName</p>
</td>
<td style="vertical-align:top; width:106px">
<p>String</p>
</td>
<td style="vertical-align:top; width:89px">
<p>/</p>
</td>
<td style="vertical-align:top; width:387px">
<p>555.jpg</p>
</td>
<td style="vertical-align:top; width:137px">
<p>待上传的文件名</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:76px">
<p>requestId</p>
</td>
<td style="vertical-align:top; width:106px">
<p>String</p>
</td>
<td style="vertical-align:top; width:89px">
<p>/</p>
</td>
<td style="vertical-align:top; width:387px">
<p>14992185957931</p>
</td>
<td style="vertical-align:top; width:137px">
<p>本次上传附件对应的requestId,多个附件上传时该值不能相同</p>
</td>
</tr>
<tr>
<td style="vertical-align:top; width:76px">
<p>stream</p>
</td>
<td style="vertical-align:top; width:106px">
<p>byte[]</p>
</td>
<td style="vertical-align:top; width:89px">
<p>/</p>
</td>
<td style="vertical-align:top; width:387px">
<p>[-1,-40,-1,-32,0,16,74,70]</p>
</td>
<td style="vertical-align:top; width:137px">
<p>待上传的附件byte流</p>
</td>
</tr>
</tbody>
</table>
<p> </p>
提交成功!非常感谢您的反馈,我们会继续努力做到更好!