文档
测试

相互作用-食物与药品

POST
show/drug_detail_info/getDrugDetailFoodtodrugInfo

接口描述

相互作用-食物与药品

请求参数

参数名
类型
描述
必填
drug_id
string
药物ID 示例:“drug202107051418326655303045”
必填

响应参数

参数名
类型
描述
必填
code
int
示例:200
必填
msg
string
示例:查询成功
必填
data
object
数据字典
必填
interact_desc
array
药-食相互作用 数据列表
必填

说明 / 示例

```json { "code": 200, "msg": "查询成功", "data": { "interact_desc": [ "Avoid alcohol. Alcohol increases the risk of gastrointestinal bleeding.Avoid herbs and supplements with anticoagulant/antiplatelet activity. Examples include garlic, ginger, bilberry, danshen, piracetam, and ginkgo biloba.Take after a meal. This reduces irritating gastrointestinal effects.Take with a full glass of water." ] } } ```