聆客开放平台

# getAllServices

获取本地的全部轻应用。

# 输入

继承标准对象输入,无扩展属性

# 输出

继承标准对象输出,无扩展属性

# 示例代码

app.link.getAllServices(res => {
  bui.alert(res);
});