WXL (wul)
4 天以前 a78b97b7eda94afd0c869770c16688c020880a4a
src/api/AiCentre/EChartsdata.js
@@ -51,7 +51,7 @@
  });
}
// 各科室服务人次
// 各课题组服务人次
export function getDeptRanking(data) {
  return request({
    url: "/smartor/patinhosp/getDeptRanking",
@@ -65,6 +65,13 @@
  return request({
    url: "/smartor/organization/list",
    method: "get",
  });
}
// 发送短信
export function sendMsg(data) {
  return request({
    url: "/sms/send",
    method: "post",
    data: data
  });
}