chenyao
2025-11-19 28179be2881f3a6af9975136c013b0f0ca2298df
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
  })
}