罗广辉
2025-11-17 de3edb50d18b549fc47adfc3dcc4f6833cbe04c4
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
  })
}