著作权
<h1>著作权</h1>
<p><strong>1、接口介绍</strong> </p>
<p>企业著作权信息,包括著作 ID、名称、类型、登记批准时间,著作持有企业等</p>
<p><strong>2、接口地址</strong> </p>
<p>URL </p>
<p><a href="https://localhost:8086/system/qixin/getCopyrightByName">https://localhost:8086/system/qixin/getCopyrightByName</a></p>
<p><strong>3、数据格式</strong> </p>
<p>JSON </p>
<p><strong>4、Request 支持</strong> </p>
<p>HTTPS GET </p>
<p><strong>5、接口描述</strong> </p>
<p><strong>5.2 请求参数</strong> </p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>字段类型</th>
<th>必填</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>name</td>
<td>String</td>
<td>是</td>
<td>企业全名/注册号/统一社会信用代码</td>
</tr>
</tbody>
</table>
<p><strong>5.3 返回结果</strong> </p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>字段类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>code</td>
<td>String</td>
<td>0000成功 0001失败</td>
</tr>
<tr>
<td>result.data</td>
<td>Object</td>
<td>返回的结果</td>
</tr>
</tbody>
</table>
<p><strong>5.31 返回子数据</strong> </p>
<p><strong>返回数据字段:</strong> </p>
<table>
<thead>
<tr>
<th>参数名</th>
<th>字段类型</th>
<th>描述</th>
</tr>
</thead>
<tbody>
<tr>
<td>total</td>
<td>Number</td>
<td>返回列表中记录总数</td>
</tr>
<tr>
<td>items</td>
<td>Array</td>
<td>著作权列表</td>
</tr>
<tr>
<td>num</td>
<td>Number</td>
<td>当前返回的条目数</td>
</tr>
</tbody>
</table>
<p><strong>items 数据字段:</strong> </p>
<p><strong>参数名 字段类型 描述</strong> </p>
<p>id String 著作ID </p>
<p>number String 著作注册号 </p>
<p>company String 著作持有企业 </p>
<p>version String 版本号 </p>
<p>type String 著作类型 </p>
<p>name String 著作名称 </p>
<p>type_name String 著作类型名称 </p>
<p>type_num String 分类号 </p>
<p>success_date String 著作完成时间 </p>
<p>approval_date String 著作批准时间 </p>
<p>related_companies Array 相关企业信息 </p>
<p>related_companies.name String 相关企业名称 </p>
<p>related_companies.item String 该字段作废不再使用,结构仍保留 </p>
<p>related_companies.by String 该字段作废不再使用,结构仍保留 </p>
<p>short_name String 简称 </p>
<p>last_updated_time String 最后更新时间 </p>
<p>first_date String 著作权登记批准时间 </p>
<p>created_time String 启信宝收录日期</p>