文档
测试

获取指定药物相关的文献信息列表

POST
/show/medicine_main_drug/getArticleInfo

接口描述

获取指定药物相关的文献信息列表

请求参数

参数名
类型
描述
必填
id
string
药物ID
必填
page_now
int
当前页
必填
page_num
int
当前页数量
必填

响应参数

参数名
类型
描述
必填
result
bool
是否成功
必填
msg
string
描述
必填
data
array
返回数组
必填
article_name
string
文献名称
必填
article_author
string
文献作者
必填
journal_name
string
期刊名称
必填
other_info
string
出版日期、卷/期/页等数据
必填
article_pmid
string
文献PMID号
必填
external_link
string
外部链接
必填
count
int
数据总数
必填
page_now
int
当前页
必填
page_num
int
当前页数量
必填

说明 / 示例

{ "result": true, "msg": "ok", "data": [ { "article_id": 88, "article_name": "Function and mechanism of zinc metalloenzymes", "article_author": "McCall KA, Huang C, Fierke CA", "journal_name": "J Nutr", "other_info": "2000 May;130(5S Suppl):1437S-46S", "article_pmid": "10801957", "external_link": "http://www.ncbi.nlm.nih.gov/pubmed/10801957", "create_time": "2019-11-08 19:54:23" }, { "article_id": 81, "article_name": "Mechanisms of action of zinc in acute diarrhea", "article_author": "Berni Canani R, Buccigrossi V, Passariello A", "journal_name": "Curr Opin Gastroenterol", "other_info": "2011 Jan;27(1):8-12", "article_pmid": "20856116", "external_link": "http://www.ncbi.nlm.nih.gov/pubmed/20856116", "create_time": "2019-11-08 19:54:23" }, { "article_id": 87, "article_name": "Pharmacokinetics, tissue distribution, and excretion of zinc oxide nanoparticles", "article_author": "Baek M, Chung HE, Yu J, Lee JA, Kim TH, Oh JM, Lee WJ, Paek SM, Lee JK, Jeong J, Choy JH, Choi SJ", "journal_name": "Int J Nanomedicine", "other_info": "2012;7:3081-97", "article_pmid": "22811602", "external_link": "http://www.ncbi.nlm.nih.gov/pubmed/22811602", "create_time": "2019-11-08 19:54:23" }, { "article_id": 82, "article_name": "Role of Zinc Homeostasis in the Pathogenesis of Diabetes and Obesity", "article_author": "Fukunaka A, Fujitani Y", "journal_name": "Int J Mol Sci", "other_info": "2018 Feb 6;19(2)", "article_pmid": "29415457", "external_link": "http://www.ncbi.nlm.nih.gov/pubmed/29415457", "create_time": "2019-11-08 19:54:23" }, { "article_id": 84, "article_name": "Zinc and immune function", "article_author": "Dardenne M", "journal_name": "Eur J Clin Nutr", "other_info": "2002 Aug;56 Suppl 3:S20-3", "article_pmid": "12142956", "external_link": "http://www.ncbi.nlm.nih.gov/pubmed/12142956", "create_time": "2019-11-08 19:54:23" }, { "article_id": 83, "article_name": "Zinc in human health: effect of zinc on immune cells", "article_author": "Prasad AS", "journal_name": "Mol Med", "other_info": "2008 May-Jun;14(5-6):353-7", "article_pmid": "18385818", "external_link": "http://www.ncbi.nlm.nih.gov/pubmed/18385818", "create_time": "2019-11-08 19:54:23" }, { "article_id": 85, "article_name": "Zinc in wound healing: theoretical, experimental, and clinical aspects", "article_author": "Lansdown AB, Mirastschijski U, Stubbs N, Scanlon E, Agren MS", "journal_name": "Wound Repair Regen", "other_info": "2007 Jan-Feb;15(1):2-16", "article_pmid": "17244314", "external_link": "http://www.ncbi.nlm.nih.gov/pubmed/17244314", "create_time": "2019-11-08 19:54:23" }, { "article_id": 86, "article_name": "Zinc: indications in brain disorders", "article_author": "Prakash A, Bharti K, Majeed AB", "journal_name": "Fundam Clin Pharmacol", "other_info": "2015 Apr;29(2):131-49", "article_pmid": "25659970", "external_link": "http://www.ncbi.nlm.nih.gov/pubmed/25659970", "create_time": "2019-11-08 19:54:23" } ], "count": 8, "page_now": 1, "page_num": 20 }