罗广辉
2026-04-24 648904d076ae6e17892b40675598b1c8dc474277
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
  })
}