# qa.hasInstalledShortcut(Object object)
获取系统信息
# 参数
# Object object
属性 | 类型 | 必填 | 说明 |
---|---|---|---|
success | function | 否 | 成功回调。参数:true 已创建,false 未创建 |
fail | function | 否 | 接口调用失败的回调函数 |
complete | function | 否 | 接口调用结束的回调函数(调用成功、失败都会执行) |
# 示例代码
qa.hasInstalledShortcut({
success: function(res) {
console.log(`handling success:${res}`)
}
})
1
2
3
4
5
2
3
4
5
←
→
在线客服