WXL (wul)
昨天 071e3ed6253ce4d87f6c7a58d7cab02bb3916373
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
  });
}