WXL
9 天以前 c4fb35392368d6b826fceddce1911fe451153986
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
  });
}