src/api/user/index.js @@ -69,3 +69,12 @@ }, }); }; // 发送通话信息 export const sendVoiceCallApi = (data) => { return request({ url: `/drone-device-core/dp/call/sendVoiceCall`, method: 'post', data }) }