# checkThirdSkillLinkState

检查第三方技能链接状态

# 参数代码示例

// 检查第三方技能链接状态
this.$bridge.checkThirdSkillLinkState().then(res => {
    console.log(res)
})
1
2
3
4