WXL
11 小时以前 952ce5369317b40f6c6f2e11e70969d50108d240
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
  });
}