M+ CPD


将导出的pdf文件,保存到数据库

<p>[TOC]</p> <h5>简要描述</h5> <ul> <li>将导出的pdf文件上传到oss服务器后,会得到邮件的url地址,将url地址保存到数据库</li> </ul> <h5>请求URL</h5> <ul> <li><code>/acceptanceConf/savePdfFile</code></li> </ul> <h5>请求方式</h5> <ul> <li>POST </li> </ul> <h5>参数</h5> <p>将oss 返回的对象做为参数传过来</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;">acceptanceId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">string</td> <td>验收单id</td> </tr> <tr> <td style="text-align: left;">saveFiles</td> <td style="text-align: left;">是</td> <td style="text-align: left;">对象</td> <td>oss服务器的返回参数</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code> { "acceptanceId": "string", "apiVersion": "string", "requestId": "string", "saveFiles": [ { "clientId": "string", "clientPlatform": "string", "fileName": "string", "folderList": [ "string" ], "itemType": "string", "namespace": "string", "requestId": "string", "url": "string" } ], "timestamp": 0 }</code></pre> <h5>返回示例</h5> <pre><code>{ "code": 0, "message": "string", "requestId": "string", "timestamp": 0 }</code></pre>

页面列表

ITEM_HTML