| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-11-15 15:10:41 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-02-16 11:51:45 |
| | | * @LastEditTime: 2023-02-17 10:34:10 |
| | | * @FilePath: \srs-police-affairs\src\api\video\index.js |
| | | * @Description: |
| | | * |
| | |
| | | * @param {*} params 包含参数 range 参数值参考 116.292735,40.0717; 116.476708, 40.083625; 116.476708, 40.083625; 116.292735, 40.0717 |
| | | * @returns |
| | | */ |
| | | export const getRegionList = (page = 1, count = 15, id) => { |
| | | export const getRegionList = (params) => { |
| | | return request({ |
| | | url: '/device/query/SpatialQueryList', |
| | | method: 'get', |
| | | method: 'post', |
| | | requestBaseUrl: 'outside', |
| | | params: { |
| | | page, |
| | | count, |
| | | id |
| | | } |
| | | data: params |
| | | }) |
| | | } |
| | | |