bindThirdParty 绑定第三方账号.
摘要:bindThirdParty ^7.8 绑定第三方账号 #请求参数 Prop Type Default Comment type String N/A wx #引入接口模块 import bridge from '@minix-iot/etsbridge-sdk' #接口调用示例 const par
阅读全文
posted @
2024-12-27 09:27
AtlasLapetos
阅读(2)
推荐(0) 编辑
deleteAuthorizeUser 取消授权的接口
摘要:deleteAuthorizeUser ^7.8 取消授权的接口 #请求参数 Prop Type Default Comment thirtyCode String N/A (第三方的 code,中台分配的)或者(thirtyCode 优先) deviceId String N/A xxx(设备 I
阅读全文
posted @
2024-12-27 09:27
AtlasLapetos
阅读(3)
推荐(0) 编辑
checkAuthorize 查询是否授权的接口
摘要:checkAuthorize ^7.8 查询是否授权的接口 #请求参数 Prop Type Default Comment thirtyCode String N/A (第三方的 code,中台分配的)或者(thirtyCode 优先) deviceId String N/A xxx(设备 ID)
阅读全文
posted @
2024-12-27 09:27
AtlasLapetos
阅读(2)
推荐(0) 编辑
getAuthorizeUserControl 用户授权控制的接口.
摘要:getAuthorizeUserControl ^7.8 用户授权控制的接口 #请求参数 Prop Type Default Comment thirtyCode String N/A (第三方的 code,中台分配的)或者(thirtyCode 优先) deviceId String N/A (设
阅读全文
posted @
2024-12-27 09:27
AtlasLapetos
阅读(3)
推荐(0) 编辑
getAuthToken 获取授权 token,24 小时有效
摘要:getAuthToken ^7.8 获取授权 token,24 小时有效 #请求参数 N/A #引入接口模块 import bridge from '@minix-iot/etsbridge-sdk' #接口调用示例 bridge .getAuthToken() .then((res) => { c
阅读全文
posted @
2024-12-27 09:27
AtlasLapetos
阅读(7)
推荐(0) 编辑
getUnionId 用户标识 unionid 主要用于微信、QQ 用户系统打通
摘要:getUnionId ^7.8 用户标识 unionid 主要用于微信、QQ 用户系统打通 #请求参数 Prop Type Default Comment type String N/A wx|qq #引入接口模块 import bridge from '@minix-iot/etsbridge-s
阅读全文
posted @
2024-12-27 09:27
AtlasLapetos
阅读(10)
推荐(0) 编辑
logout 退出登录.
摘要:logout ^7.8 退出登录 #请求参数 N/A #引入接口模块 import bridge from '@minix-iot/etsbridge-sdk' #接口调用示例 bridge .logout() .then((res) => { console.log(res) }) .catch(
阅读全文
posted @
2024-12-27 09:27
AtlasLapetos
阅读(3)
推荐(0) 编辑
getUserInfo 获取登录态信息
摘要:getUserInfo ^7.8 获取登录态信息 #请求参数 N/A #引入接口模块 import bridge from '@minix-iot/etsbridge-sdk' #接口调用示例 bridge .getUserInfo() .then((res) => { console.log(re
阅读全文
posted @
2024-12-27 09:27
AtlasLapetos
阅读(2)
推荐(0) 编辑
getLoginInfo 获取身份信息、token 等
摘要:getLoginInfo ^7.8 获取身份信息、token 等 #请求参数 N/A #引入接口模块 import bridge from '@minix-iot/etsbridge-sdk' #接口调用示例 bridge .getLoginInfo() .then((res) => { conso
阅读全文
posted @
2024-12-27 09:27
AtlasLapetos
阅读(4)
推荐(0) 编辑