OID数据要素登记平台

OID数据要素登记接口服务


1.0.5 撤回登记申请服务

<p>[TOC]</p> <h5>接口功能说明</h5> <p>撤回申请接口</p> <h5>请求URL</h5> <ul> <li><code>https://ip:port/oidConfirm/oid-confirm-register-business/oidConfirmBusinessService</code></li> </ul> <h5>基本信息</h5> <ul> <li>POST</li> <li>Content-Type: application/json</li> </ul> <h5>鉴权认证</h5> <ul> <li>需要 authCode、accessToken 认证</li> </ul> <h5>authInfo 请求参数</h5> <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;">apiId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>服务编号(updateWithdrawApply)</td> </tr> <tr> <td style="text-align: left;">appId</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>应用ID</td> </tr> <tr> <td style="text-align: left;">accessToken</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>统一用户中心token</td> </tr> <tr> <td style="text-align: left;">timeStamp</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>当前时间戳</td> </tr> <tr> <td style="text-align: left;">authCode</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>账号鉴权码(通过<code>1.0.1数据要素登记平台登陆接口</code>获取)</td> </tr> <tr> <td style="text-align: left;">opName</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td>当前操作人姓名(通过<code>1.0.1数据要素登记平台登陆接口</code>获取,并进行转码处理:URLEncoder.encode(opName, &quot;UTF-8&quot;);)</td> </tr> </tbody> </table> <h5>withdrawCond 请求参数</h5> <table> <thead> <tr> <th style="text-align: left;">参数名</th> <th style="text-align: left;">必选</th> <th style="text-align: left;">类型</th> <th style="text-align: left;">说明</th> </tr> </thead> <tbody> <tr> <td style="text-align: left;">registerNo</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td style="text-align: left;">登记单号</td> </tr> <tr> <td style="text-align: left;">baseType</td> <td style="text-align: left;">是</td> <td style="text-align: left;">String</td> <td style="text-align: left;">登记对象类型[1-数据资源│2-算法模型│4-综合形成的数据产品]│6-训练数据集]</td> </tr> </tbody> </table> <h5>请求示例</h5> <pre><code>{ &amp;quot;authInfo&amp;quot;: { &amp;quot;apiId&amp;quot;: &amp;quot;updateWithdrawApply&amp;quot;, &amp;quot;appId&amp;quot;: &amp;quot;test1001&amp;quot;, &amp;quot;accessToken&amp;quot;: &amp;quot;eyJhbGciOiJIUzUxMiJ9.eyJzdWIiOiIxYmQ2MWU1NDkxMWRkNDI0Y2YyMmU3ODJmYTQ2NjEwZSxnZW5nY25hYmMsMSIsImlhdCI6MTczNDY1NzQ2NiwiZXhwIjoxNzM1MjYyMjY2fQ.eQ_qXAveKUmpzdLcgYfKhvkwCy-SHRTpBqb_EzBkHx-pKwZ_5IPpHibCUglIBsrHJMQnW9ustVEbiGTAwY4m2g&amp;quot;, &amp;quot;authCode&amp;quot;: &amp;quot;9ffb0805d2df485fa1b7a724926b8d7a&amp;quot;, &amp;quot;timeStamp&amp;quot;: &amp;quot;1733813592643&amp;quot;, &amp;quot;opName&amp;quot;: &amp;quot;%E8%80%BF%E6%99%93%E5%8D%8E&amp;quot;, &amp;quot;nodeParentOid&amp;quot;: &amp;quot;1.2.156.20028.0&amp;quot; }, &amp;quot;withdrawCond&amp;quot;: { &amp;quot;registerNo&amp;quot;: &amp;quot;SJZY1869925522545926144&amp;quot;, &amp;quot;baseType&amp;quot;: &amp;quot;2&amp;quot; } }</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;">resultMsg</td> <td style="text-align: left;">String</td> <td>返回消息</td> </tr> <tr> <td style="text-align: left;">resultFlag</td> <td style="text-align: left;">int</td> <td>1:成功;-1:失败</td> </tr> </tbody> </table> <h5>返回示例</h5> <pre><code>{ &amp;quot;bizDataType&amp;quot;: 0, &amp;quot;fail&amp;quot;: false, &amp;quot;ok&amp;quot;: true, &amp;quot;resultFlag&amp;quot;: 1, &amp;quot;resultMsg&amp;quot;: &amp;quot;登记单号:SJZY1869925522545926144,撤销成功!&amp;quot; }</code></pre>

页面列表

ITEM_HTML