罗广辉
2026-06-18 44dd9c4eb8a2489c63a5eb53fd4254bbb3510e95
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
  })
}