5.26 文件上传minio
<p>请求模式:H5页面→华农阿凡达平台</p>
<p>接口描述:查询问卷接口</p>
<p>测试接口地址:<a href="https://porsche-avatar.chinahuanong.com.cn/avatar/questionnaire/uploadMinio">https://porsche-avatar.chinahuanong.com.cn/avatar/questionnaire/uploadMinio</a></p>
<p>生产接口地址:<a href="https://avatar.chinahuanong.com.cn/avatar/questionnaire/uploadMinio">https://avatar.chinahuanong.com.cn/avatar/questionnaire/uploadMinio</a></p>
<h3>请求体</h3>
<p><code>uploadMinioReq</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>订单号</td>
<td>orderNo</td>
<td>varchar</td>
<td>Y</td>
<td></td>
</tr>
<tr>
<td>文件</td>
<td>file</td>
<td>MultipartFile</td>
<td>Y</td>
<td></td>
</tr>
</tbody>
</table>
<h3>响应体</h3>
<p><code>respBody</code></p>
<table>
<thead>
<tr>
<th>字段名称</th>
<th>字段代码</th>
<th>类型</th>
<th>是否必传</th>
<th>字段描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>处理状态码</td>
<td>dealCode</td>
<td>varchar</td>
<td>Y</td>
<td>处理结果状态码</td>
</tr>
<tr>
<td>处理结果描述</td>
<td>dealDesc</td>
<td>varchar</td>
<td>Y</td>
<td>处理结果描述</td>
</tr>
<tr>
<td>保存链接</td>
<td>url</td>
<td>varchar</td>
<td>Y</td>
<td>保存链接</td>
</tr>
<tr>
<td>保存链接</td>
<td>accessUrl</td>
<td>varchar</td>
<td>Y</td>
<td>访问链接</td>
</tr>
</tbody>
</table>