文档
测试

首页溯源库数量显示接口

POST
/libraries/home/getCountNum

接口描述

# 首页溯源库数量显示接口

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功!
必填
data
object
数据字典
必填
fda_dissolution_count
int
FDA溶出方法数量 示例:1364
必填
fda_excipients_count
int
FDA药物辅料数量 示例:9445
必填
orange_us_count
int
美国橙皮书数量 示例:39432
必填
orange_jp_count
int
日本橙皮书数量 示例:4153
必填
adverse_count
int
药物不良反应数量 示例:120
必填
reference_catalog_count
int
中国参比制剂数量 示例:10467
必填
therapy_pathway_count
int
中国临床路径数量 示例:1213
必填
clinical_china_count
int
中国临床试验数量 示例:49089
必填
clinical_who_count
int
who临床试验数量 示例:233184
必填
clinical_eudract_count
int
欧盟临床 示例:57951
必填
clinical_nih_count
int
美国临床 示例:303985
必填

说明 / 示例

{ "code": 200, "msg": "查询成功!", "data": { "fda_dissolution_count": 1364, "fda_excipients_count": 9445, "orange_us_count": 39432, "orange_jp_count": 4153, "adverse_count": 120, "reference_catalog_count": 4516, "therapy_pathway_count": 1213, "clinical_china_count": 49089, "clinical_who_count": 233184, "clinical_eudract_count": 57951, "clinical_nih_count": 303985 } }