WXL (wul)
6 天以前 bb52c6fc1455dfa67f345bc37973e954c8491a05
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
  });
}