# uav-openapi **Repository Path**: wsytravel/uav-openapi ## Basic Information - **Project Name**: uav-openapi - **Description**: 无人机影像云公共api - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-05-30 - **Last Updated**: 2024-05-31 ## Categories & Tags **Categories**: Uncategorized **Tags**: npm包 ## README # uav-open-api ## 介绍 无人机影像云对外api
## 引用 ```bash # yarn 安装 yarn add uav-open-api # npm 安装 npm install uav-open-api ```
## 使用方法 | 方法名称 | 描述 | | ----------------------- | ------------------- | | userLoginForOpen | 外部用户登录 | | userRefreshForOpen | 外部刷新令牌 | | getImageDateForOpen | 获取时间列表 | | getTagListForOpen | 获取标签列表 | | getRegionListForOpen | 获取区域列表 | | getImageListForOpen | 获取影像列表 |
## 添加代理 ```bash "/uavapi/": { target: '', pathRewrite: { "^/uavapi/": "/", }, }, ```