随笔 - 2649  文章 - 2452  评论 - 0  阅读 - 80424

文章分类 -  MiniX自绘渲染跨平台框架 / 接口. / Account .

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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(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) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5

点击右上角即可分享
微信分享提示