deleteAuthorizeUser 取消授权的接口
deleteAuthorizeUser ^7.8
取消授权的接口
#请求参数
| Prop | Type | Default | Comment |
|---|---|---|---|
| thirtyCode | String | N/A | (第三方的code,中台分配的)或者(thirtyCode优先) |
| deviceId | String | N/A | xxx(设备ID) |
#接口调用示例
const params = {
"thirtyCode": "(第三方的code,中台分配的)或者(thirtyCode优先)",
"deviceId": "xxx(设备ID)"
}
this.$bridge
.deleteAuthorizeUser(params)
.then(res => {
this.$alert(res)
})
.catch(err => {
this.$toast(err)
})
#接口返回示例
N/A
浙公网安备 33010602011771号