forked from drone/command-center-dashboard

张含笑
2025-04-21 beab7cd2ee299fd218b8a5e2ab20045d8e9509ef
src/api/payload.js
@@ -59,9 +59,9 @@
  })
}
export function getLiveCapacityApi(workspace_id,params) {
export function getLiveCapacityApi(params) {
  return request({
    url:`/drone-device-core/manage/api/v1/live/capacity${workspace_id}`,
    url:`/drone-device-core/manage/api/v1/live/capacity`,
    method:'get',
    params
  })