Giter Site home page Giter Site logo

newpage's Introduction

##基本信息

接口名称: 药品目录化学药中成药列表

接口地址: http://192.168.20.225:8080/hpms/api/mcdProduct30/listHisProduct

请求方法: POST

数据类型: X-WWW-FORM-URLENCODED

响应类型: JSON

接口状态: 有效

##接口描述

药品目录化学药中成药列表查询 $path$/mcdProduct30/hisProductInfo —> $path$/mcdProduct30/listHisProduct

##请求参数

参数名称 是否必须 类型 默认值 描述
drugId false string 0000027103 药品ID

##响应

参数名称 是否必须 数据类型 描述
message true string
content true array[object]
id true string ID主键

##例子

  {
    "message": "操作成功", 
    "content": [
        {
            "id": 76, 
            "drugId": "9387", 
            "routeId": 27
        }, 
        {
            "id": 75, 
            "drugId": "9387", 
            "routeId": 24
        }
    ], 
    "total": 0, 
    "flag": "S"
}

newpage's People

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.