WXL (wul)
2025-11-10 ab77cf83de3f6978909e6f1f3b6e0d28db456681
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
  });
}