getLoginInfo 获取登录态信息
摘要:getLoginInfo 获取登录态信息 #请求参数 N/A #接口调用示例 this.$bridge .getLoginInfo() .then(res => { this.$alert(res) }) .catch(err => { this.$toast(err) }) #返回参数 Prop
阅读全文
posted @
2024-12-18 09:22
AtlasLapetos
阅读(7)
推荐(0) 编辑
getAuthToken 生成给第三方接入智慧云的token(此token在24小时内有效)
摘要:getAuthToken 生成给第三方接入智慧云的token(此token在24小时内有效) #请求参数 获取登录态信息 #请求参数 N/A #接口调用示例 this.$bridge .getAuthToken() .then(res => { this.$toast(res) }) .catch(
阅读全文
posted @
2024-12-18 09:22
AtlasLapetos
阅读(5)
推荐(0) 编辑
checkCurrentNotificationStatus (iOS专用) 获取 App 当前是否有(美居应用系统权限设置)通知权限
摘要:checkCurrentNotificationStatus ^6.3(iOS专用) 获取 App 当前是否有(美居应用系统权限设置)通知权限 #请求参数 N/A #接口调用示例 this.$bridge .checkCurrentNotificationStatus(params) .then(r
阅读全文
posted @
2024-12-18 09:22
AtlasLapetos
阅读(3)
推荐(0) 编辑