Ver código fonte

接口更改

liangweifeng 6 anos atrás
pai
commit
8e7f626f9d
1 arquivos alterados com 4 adições e 4 exclusões
  1. 4 4
      js/api/bigDataOut-api.js

+ 4 - 4
js/api/bigDataOut-api.js

@ -16,19 +16,19 @@
        },
        // 频繁就医
        getOftenIllList: function(data) {
            return httpRequest.get("/api/v1.0/open/tj/getOftenIllList",{data: data})
            return httpRequest.get("/api/v1.0/tj/getOftenIllList",{data: data})
        },
        // 超高费用
        getHighCostList: function(data) {
            return httpRequest.get("/api/v1.0/open/tj/getHighCostList",{data: data})
            return httpRequest.get("/api/v1.0/tj/getHighCostList",{data: data})
        },
         // 重复检查检验
         getRepeateInspectList: function(data) {
            return httpRequest.get("/api/v1.0/open/tj/getRepeateInspectList",{data: data})
            return httpRequest.get("/api/v1.0/tj/getRepeateInspectList",{data: data})
        },
        // 用药分析
        drugAnalysis: function(data) {
            return httpRequest.get("/api/v1.0/open/tj/drugAnalysis",{data: data})
            return httpRequest.get("/api/v1.0/tj/drugAnalysis",{data: data})
        },
	}
	exports.bigDataOutApi = bigDataOutApi;