WXL (wul)
6 天以前 355996a8644f56707f813ceffbd4552bc4be7fca
src/api/AiCentre/EChartsdata.js
@@ -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
  });
}