文档
测试

获取指定药物关联的专利信息

POST
/show/medicine_main_drug/getPatentInfo

接口描述

获取指定药物关联的专利信息

请求参数

参数名
类型
描述
必填
id
string
药物ID
必填
page_now
int
当前页
必填
page_num
int
当前页数量
必填
cond
string
国家名称
必填
order
int
排序,1为公告号正序,2为公告号倒序,11为儿科延伸正序,12为儿科延伸倒序,21为公开(告)时间正序,22为公开(告)时间倒序,31为到期时间(估计)正序,32为到期时间(估计)倒序,41为国家正序,42为国家倒序
必填

响应参数

参数名
类型
描述
必填
result
bool
是否成功
必填
msg
string
描述
必填
data
array
返回数组
必填
patent_code
string
公告号
必填
open_date
string
公开(告)时间
必填
expire_date
string
到期时间(估计)
必填
patent_country
string
国家
必填
is_pediatric
int
是否为儿科延申,0为否,1为是
必填
patent_url
string
专利外部链接
必填
count
int
数据总数
必填
page_num
int
当前页数量
必填
page_now
int
当前页
必填
country
array
国家表头位置需要展示的国家
必填
id
int
国家ID
必填
name
stirng
国家名称
必填

说明 / 示例

{ "result": true, "msg": "ok", "data": [ { "patent_id": 15, "patent_code": "US10004743", "open_date": "2018-06-26", "expire_date": "2030-07-05", "country_id": 2, "is_pediatric": 0, "patent_url": "https://patents.google.com/patent/US10004743", "create_time": "2019-11-21 16:33:21", "patent_country": "US" }, { "patent_id": 10, "patent_code": "US6251912", "open_date": "2001-06-26", "expire_date": "2018-07-29", "country_id": 2, "is_pediatric": 0, "patent_url": "https://patents.google.com/patent/US6251912", "create_time": "2019-11-21 16:33:21", "patent_country": "US" }, { "patent_id": 11, "patent_code": "US8426586", "open_date": "2013-04-23", "expire_date": "2029-10-10", "country_id": 2, "is_pediatric": 0, "patent_url": "https://patents.google.com/patent/US8426586", "create_time": "2019-11-21 16:33:21", "patent_country": "US" }, { "patent_id": 13, "patent_code": "US8545884", "open_date": "2013-10-01", "expire_date": "2029-12-19", "country_id": 2, "is_pediatric": 0, "patent_url": "https://patents.google.com/patent/US8545884", "create_time": "2019-11-21 16:33:21", "patent_country": "US" }, { "patent_id": 14, "patent_code": "US9539258", "open_date": "2017-01-10", "expire_date": "2026-11-09", "country_id": 2, "is_pediatric": 0, "patent_url": "https://patents.google.com/patent/US9539258", "create_time": "2019-11-21 16:33:21", "patent_country": "US" }, { "patent_id": 12, "patent_code": "USRE43431", "open_date": "2012-05-29", "expire_date": "2022-01-22", "country_id": 2, "is_pediatric": 0, "patent_url": "https://patents.google.com/patent/USRE43431", "create_time": "2019-11-21 16:33:21", "patent_country": "US" } ], "count": 6, "page_now": 1, "page_num": 20, "country": [ { "id": 2, "name": "US" } ] }