yxh
sendo
2025-09-29 aefc8784d17df3ff1a103462605c83c4a391cc4d
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
  });
}