文档
测试

靶点详情页 相关文献

POST
show/target_detail/targetReference

请求参数

参数名
类型
描述
必填
target_id
str
靶点自建id
必填
page_now
int
页面数
必填
is_article
int
是否为文献
必填

响应参数

参数名
类型
描述
必填
code
int
返回结果代码,1001研值不足,1002研值不足且非会员,1003研值不足且非专业翻译高级用户,1013研值充足但非专业翻译高级用户,1004研值不足且非专业药学库高级用户,1005研值不足且非专业绘图高级用户,2001非会员,3001非专业翻译高级用户,3002非专业药学库高级用户,3003非专业绘图高级用户,200请求成功,300登录失败,301用户封禁,302用户封禁,500请求失败
必填
msg
str
提示信息
必填
data
list
返回具体数据
必填
reference_name
str
参考名
必填
information_desc
字典
参考描述
必填
reference_type
str
参考类型
必填
file_path
str
文件地址
必填
article_id
str
文献id
必填
count
int
总数
必填

说明 / 示例

{ "code": 200, "msg": "查询成功", "data": [ { "reference_name": "Aspirin use to be banned in under 16 year olds.", "information_desc": { "article_pmid": "12411346", "article_other": "BMJ. 2002 Nov 2;325(7371):988.", "article_author": "Macdonald S" }, "reference_type": "article", "file_path": null, "article_id": null }, { "reference_name": "The discovery of aspirin: a reappraisal.", "information_desc": { "article_pmid": "11124191", "article_other": "BMJ. 2000 Dec 23-30;321(7276):1591-4.", "article_author": "Sneader W" }, "reference_type": "article", "file_path": null, "article_id": null } ], "count": 2 }