新增订阅接口
<pre><code class="language-text">暂无描述</code></pre>
<p><strong>接口URL</strong></p>
<p>> /subassembly/su/w/v1/subscribe/submit</p>
<p><strong>请求方式</strong></p>
<p>> POST</p>
<p><strong>Content-Type</strong></p>
<p>> json</p>
<p><strong>请求Header参数</strong></p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>是否必填</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>x-tenant-code</td>
<td>hzkj</td>
<td>String</td>
<td>是</td>
<td>租户code</td>
</tr>
<tr>
<td>Content-Type</td>
<td>application/json</td>
<td>String</td>
<td>是</td>
<td>内容类型</td>
</tr>
<tr>
<td>x-request-id</td>
<td>ce0e40a9-2df7-4f16-861f-a7946127f30a</td>
<td>String</td>
<td>是</td>
<td>请求唯一ID</td>
</tr>
<tr>
<td>x-timestamp</td>
<td>1724990364948</td>
<td>String</td>
<td>是</td>
<td>时间戳</td>
</tr>
<tr>
<td>x-auth</td>
<td>iP3pViWOBOAQA5hdylDDdj</td>
<td>String</td>
<td>是</td>
<td>签名</td>
</tr>
</tbody>
</table>
<p><strong>请求Body参数示例</strong></p>
<pre><code class="language-javascript">{
&quot;title&quot;: &quot;标题&quot;,
&quot;updateDesc&quot;: &quot;修改描述&quot;,
&quot;webUrl&quot;: &quot;pc端详情&quot;,
&quot;mobileUrl&quot;: &quot;移动端详情&quot;,
&quot;sourceId&quot;: &quot;数据源唯一id&quot;,
&quot;sourceApplication&quot;: &quot;来源应用&quot;,
&quot;dataUpdateTime&quot;: &quot;数据更新时间&quot;,
&quot;zzdId&quot;:&quot;浙政钉id&quot;
}</code></pre>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>是否必填</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>title</td>
<td>-</td>
<td>String</td>
<td>是</td>
<td>标题</td>
</tr>
<tr>
<td>updateDesc</td>
<td>-</td>
<td>String</td>
<td>否</td>
<td>修改描述</td>
</tr>
<tr>
<td>webUrl</td>
<td>-</td>
<td>String</td>
<td>否</td>
<td>pc端详情</td>
</tr>
<tr>
<td>mobileUrl</td>
<td>-</td>
<td>String</td>
<td>否</td>
<td>移动端详情</td>
</tr>
<tr>
<td>sourceId</td>
<td>-</td>
<td>String</td>
<td>是</td>
<td>数据源唯一id</td>
</tr>
<tr>
<td>sourceApplication</td>
<td>-</td>
<td>String</td>
<td>是</td>
<td>来源应用</td>
</tr>
<tr>
<td>dataUpdateTime</td>
<td>-</td>
<td>String</td>
<td>是</td>
<td>数据更新时间</td>
</tr>
<tr>
<td>zzdId</td>
<td>-</td>
<td>String</td>
<td>是</td>
<td>浙政钉id</td>
</tr>
</tbody>
</table>
<p><strong>响应示例</strong></p>
<ul>
<li>成功(200)</li>
</ul>
<pre><code class="language-javascript">{
&quot;code&quot;: &quot;SUCCESS&quot;,
&quot;desc&quot;: &quot;&quot;,
&quot;ex&quot;: &quot;&quot;,
&quot;refreshPermission&quot;: true
}</code></pre>
<table>
<thead>
<tr>
<th>参数名</th>
<th>示例值</th>
<th>参数类型</th>
<th>参数描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>SUCCESS</td>
<td>String</td>
<td>SUCCESS UNAUTHORIZED FileService_UNAUTHORIZED FORBIDDEN SYSTEM_ERROR GATEWAY_ERROR CUSTOM_ERROR WARNING PERMISSION_ERROR ACTIVATION_ERROR</td>
</tr>
<tr>
<td>data</td>
<td>-</td>
<td>String</td>
<td>-</td>
</tr>
<tr>
<td>desc</td>
<td>-</td>
<td>String</td>
<td>-</td>
</tr>
<tr>
<td>ex</td>
<td>-</td>
<td>String</td>
<td>-</td>
</tr>
<tr>
<td>refreshPermission</td>
<td>true</td>
<td>Boolean</td>
<td>-</td>
</tr>
</tbody>
</table>
<ul>
<li>失败(404)</li>
</ul>
<pre><code class="language-javascript">暂无数据</code></pre>