shuishen
2023-02-16 b7e18c3ae6c1af7be7b0066fe84f2ee040f21622
src/api/video/index.js
@@ -2,7 +2,7 @@
 * @Author: shuishen 1109946754@qq.com
 * @Date: 2022-11-15 15:10:41
 * @LastEditors: shuishen 1109946754@qq.com
 * @LastEditTime: 2023-02-09 14:50:58
 * @LastEditTime: 2023-02-16 11:51:45
 * @FilePath: \srs-police-affairs\src\api\video\index.js
 * @Description: 
 * 
@@ -58,7 +58,7 @@
 * @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, range) => {
export const getRegionList = (page = 1, count = 15, id) => {
    return request({
        url: '/device/query/SpatialQueryList',
        method: 'get',
@@ -66,7 +66,7 @@
        params: {
            page,
            count,
            range
            id
        }
    })
}