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 }); }