文章分类 -  MeiOS / Access权限

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 阅读(22) 评论(0) 推荐(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 阅读(11) 评论(0) 推荐(0)
checkCurrentNotificationStatus (iOS专用) 获取 App 当前是否有(美居应用系统权限设置)通知权限
摘要:checkCurrentNotificationStatus ^6.3(iOS专用) 获取 App 当前是否有(美居应用系统权限设置)通知权限 #请求参数 N/A #接口调用示例 this.$bridge .checkCurrentNotificationStatus(params) .then(r 阅读全文
posted @ 2024-12-18 09:22 AtlasLapetos 阅读(8) 评论(0) 推荐(0)