getUnionId 用户标识unionid主要用于微信、QQ用户系统打通

getUnionId ^7.8

用户标识unionid主要用于微信、QQ用户系统打通

#请求参数

Prop Type Default Comment
type String N/A wx|qq

#接口调用示例

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

#接口返回示例

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