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