文档
测试

检查各个标签页面是否存在数据

POST
/show/medicine_main_drug/inspectTabPageInfo

接口描述

检查主干库详情页的各个标签页面是否存在数据

请求参数

参数名
类型
描述
必填
id
string
药物ID
必填

响应参数

参数名
类型
描述
必填
result
bool
是否成功
必填
msg
string
描述
必填
data
array
返回数组
必填
pharmacology
bool
是否存在理化性质,true存在
必填
spectrum
bool
是否存在波普信息
必填
product
bool
是否存在产品信息
必填
article
bool
是否存在参考文献
必填
trial
bool
是否存在临床试验
必填
patent
bool
是否存在相关专利
必填

说明 / 示例

{ "result": true, "msg": "ok", "data": { "pharmacology": true, "spectrum": true, "product": true, "article": true, "trial": true, "patent": false } }