无人机管理后台前端(已迁走)
chenyao
2025-11-17 233e4fc4f35bd00a36ee34a7fbf5e47b41db26db
src/api/helpCenter/helpCenter.js
@@ -6,4 +6,22 @@
      method: 'post',
      data,params
   })
  };
  };
// 列表
export const listDataAPI = () => {
    return request({
      url: `/blade-system/helpCenter/list`,
      method: 'get',
   })
  };
//更新
export const updataDataAPI = (data,params) => {
    return request({
      url: `/blade-system/helpCenter/update`,
      method: 'put',
      data,params
   })
  };