供应商管理


文件上传接口

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>文件上传接口</li> </ul> <h5>请求URL</h5> <ul> <li><code>/suppliermanager/file/uploadFile</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>请求格式</h5> <ul> <li>form-data</li> </ul> <h5>请求示例</h5> <ul> <li><img src="https://www.showdoc.com.cn/server/api/attachment/visitFile?sign=98aac769b8d340c1e1abe8f5486f4855&amp;amp;file=file.png" alt="" /></li> </ul> <h5>返回示例</h5> <pre><code> {     &amp;quot;msg&amp;quot;: &amp;quot;Success!&amp;quot;,     &amp;quot;code&amp;quot;: 200,     &amp;quot;obj&amp;quot;: &amp;quot;35cc9e230c7b4eae0fd9873eb0d424a3&amp;quot;,     &amp;quot;success&amp;quot;: true }</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;">code</td> <td style="text-align: left;">int</td> <td>接口通信标识 200 成功</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;">success</td> <td style="text-align: left;">boolean</td> <td>接口通信是否成功:true 成功</td> </tr> <tr> <td style="text-align: left;">obj</td> <td style="text-align: left;">String</td> <td>文件ID</td> </tr> </tbody> </table> <h5>备注</h5> <p>-</p>

页面列表

ITEM_HTML