WXL
2025-07-23 f93c1fb5efcb2dfb06141e83624374ab5bb14e0b
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
  });
}