WXL
2025-07-23 b3b10f35bb54e3461543332381f85f7e975b725d
src/api/AiCentre/external.js
@@ -100,4 +100,12 @@
    data: data
  });
}
// 短信发送
export function sendMsg(data) {
  return request({
    url: "/smartor/smsaccount/sendMsg",
    method: "post",
    data: data
  });
}