# getCountryString

获取当前地区字符串

# 接口调用示例

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