healthTongue.js 473 B

1
  1. "use strict";var n=require("../common/request.js");let t=new n.Request().http;function u(e){return t("/app/healthTongue/getHealthTongueList",e,"GET")}function o(e){return t("/app/healthTongue/getCount",e,"GET")}function a(e){return t("/app/healthTongue/getHealthTongueById/"+e,null,"GET")}function g(e){return t("/app/healthTongue/add",e,"POST","application/json;charset=UTF-8")}exports.add=g;exports.getCount=o;exports.getHealthTongueById=a;exports.getHealthTongueList=u;