healthTongue.js 454 B

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