定义第三方接口信息

This commit is contained in:
lin
2025-09-29 16:15:32 +08:00
parent 85d47af644
commit eff1773101
16 changed files with 394 additions and 31 deletions

View File

@@ -598,3 +598,14 @@ export function getAllForMap({ query, online, hasRecordPlan, channelType }) {
}
})
}
export function test() {
return request({
method: 'get',
url: '/api/sy/camera/list/ids',
params: {
deviceIds: ['a', 'b', 'c'].join(','),
geoCoordSys: 'GCJ02',
traditional: true
}
})
}