bindThirdParty 绑定第三方账号

bindThirdParty ^7.8

绑定第三方账号

#请求参数

Prop Type Default Comment
type String N/A wx

#接口调用示例

const params = {
    "type": "wx"
}
this.$bridge
  .bindThirdParty(params)
  .then(res => {
    this.$alert(res)
  })
  .catch(err => {
    this.$toast(err)
  })

#接口返回示例

N/A
posted on 2024-12-18 09:21  AtlasLapetos  阅读(8)  评论(0)    收藏  举报