无人机管理后台前端(已迁走)
张含笑
2025-08-12 b05454bb779a16d734c468c7ed3a973e9e8b8a55
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
   })
  };