WXL (wul)
4 小时以前 56c5f1f9c7f9ec8d229faf8139093698be65ec87
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
  });
}