未验证 提交 d7bbb102 编写于 作者: O openharmony_ci 提交者: Gitee

!5683 翻译完成:4556 添加启动远端service及格式问题

Merge pull request !5683 from wusongqing/TR4556
......@@ -155,8 +155,7 @@ In the cross-device scenario, the application must also apply for the data synch
for (let i = 0;i < array.length; i++) {
let result = await atManager.verifyAccessToken(tokenID, array[i]);
console.info("verifyAccessToken result:" + JSON.stringify(result));
if (result == abilityAccessCtrl.GrantStatus.PERMISSION_GRANTED) {
} else {
if (result != abilityAccessCtrl.GrantStatus.PERMISSION_GRANTED) {
requestPermissions.push(array[i]);
}
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册