| 参数名 | 类型 | 是否可选 | 默认值 | 含义 | 
|---|---|---|---|---|
| query | Object | 
| 参数名 | 类型 | 示例 | 含义 | |
|---|---|---|---|---|
| result | * | 请求响应 | ||
| query.res | string |  |  | 文件本地路径,路径utf-8编码 | 
| query.errorCode | string |  |  | 0:成功; 1:没有存储卡; 2:其它错误 | 
| query.errorMsg | string |  |  | 错误描述信息 | 
QN.app.invoke({
      api:'screenShot',
      query:{
        
      }
}).then(result => {
    console.log(result);
}, error => {
    console.log(error);
});