# getCircularRegions

获取APP本地电子围栏列表

# 接口调用示例

this.$bridge.getCircularRegions().then(res => {
    console.log(res)
})
1
2
3