药材库存查询

请求

地址

由对接方提供

方法

POST

请求体参数

参数 描述 必填 备注
data AES加密的机构编码参数 -

AES加密前原始JSON:

参数 类型 描述 必填 备注
hosCode string 机构编码 -
deptCode string 科室编码 -
mediCode string 药材编码 -
timestamp number 时间戳 -

响应

请先使用AES加密后返回;原文格式如下:

参数 类型 描述
success boolean 是否成功
msg string 返回消息
data object 数据
data.price number 单价
data.store number 库存量

示例

{
  "success": true,
  "msg": "成功",
  "data": {
    "price": 100.5,
    "store": 500
  }
}
©2024 合肥云诊信息科技有限公司 all right reserved,powered by Gitbook修订时间: 2024-11

results matching ""

    No results matching ""