prescribe.js 252 B

1
  1. "use strict";let e=(new(require("../common/request.js").Request)).http;exports.getPrescribeById=function(r){return e("/app/prescribe/getPrescribeById",r,"GET")},exports.getPrescribeList=function(r){return e("/app/prescribe/getPrescribeList",r,"GET")};