WXL
7 天以前 d4744cf753eb43c858a48fcf51b07b32c86b740c
src/api/AiCentre/external.js
@@ -84,3 +84,11 @@
    data: data
  });
}
// 更新语音服务(内)
export function sendMsg(data) {
  return request({
    url: "/smartor/smsaccount/sendMsg",
    method: "post",
    data: data
  });
}