未验证 提交 4fe64118 编写于 作者: 何海涛 提交者: Gitee

【账号】osAccount三方接口错误验证归一

Signed-off-by: N何海涛 <hehaitao5@huawei.com>
上级 b07c00a6
...@@ -223,7 +223,7 @@ export default function ActsOsAccountThirdPartyTest_third_1() { ...@@ -223,7 +223,7 @@ export default function ActsOsAccountThirdPartyTest_third_1() {
console.debug("====>ActsOsAccountIsActived_0800 get os AccountManager finish===="); console.debug("====>ActsOsAccountIsActived_0800 get os AccountManager finish====");
AccountManager.isOsAccountActived(undefined).then((data)=>{ AccountManager.isOsAccountActived(undefined).then((data)=>{
console.debug("====>ActsOsAccountIsActived_0800 get active status is: " + JSON.stringify(data)); console.debug("====>ActsOsAccountIsActived_0800 get active status is: " + JSON.stringify(data));
done() done();
}).catch((err)=>{ }).catch((err)=>{
console.debug("====>ActsOsAccountIsActived_0800 err:" + JSON.stringify(err)) console.debug("====>ActsOsAccountIsActived_0800 err:" + JSON.stringify(err))
expect(err != 0).assertEqual(true); expect(err != 0).assertEqual(true);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册