专利详细
<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/getPatentDetailByNumber">https://localhost:8086/system/qixin/getPatentDetailByNumber</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>number</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>
<p><strong>参数名 字段类型 描述</strong> </p>
<p>patent_name String 名称 </p>
<p>type_name String 类型 </p>
<p>request_date String 申请日期 </p>
<p>request_num String 申请号 </p>
<p>outhor_num String 授权公布号 </p>
<p>designer String 发明人 </p>
<p>category_num String 分类号 </p>
<p>brief String 详细信息 </p>
<p>outhor_date String 授权公布日 </p>
<p>patent_person String 申请人 </p>
<p>agent String 专利代理机构 </p>
<p>agent_people String 代理人</p>