guanqb
2024-02-22 ab701df859cd79ae036f8cc86268137d2c8da8ee
src/api/district/index.js
@@ -47,3 +47,12 @@
    }
  })
}
export const getDistrictTree = (params) => {
  return request({
    url: '/api/blade-district/district/getDistrictTree',
    method: 'get',
    params: {
      ...params
    }
  })
}