From 043cb6b0afba4222c7f5b997a1514b18cb84cfe9 Mon Sep 17 00:00:00 2001 From: zhangxingxia Date: Tue, 19 Jul 2022 17:51:56 +0800 Subject: [PATCH] fixed 809ca52 from https://gitee.com/zhangxingxia/docs/pulls/6913 update docs Signed-off-by: zhangxingxia --- .../reference/apis/js-apis-storage-statistics.md | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/zh-cn/application-dev/reference/apis/js-apis-storage-statistics.md b/zh-cn/application-dev/reference/apis/js-apis-storage-statistics.md index d5d8993ad9..487233c54b 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-storage-statistics.md +++ b/zh-cn/application-dev/reference/apis/js-apis-storage-statistics.md @@ -266,12 +266,10 @@ getCurrentBundleStats(callback: AsyncCallback<BundleStats>): void **系统能力**:以下各项对应的系统能力均为SystemCapability.FileManagement.StorageService.SpatialStatistics +### 属性 该接口为系统接口,三方应用不支持调用 - -### 属性 - | 名称 | 类型 | 说明 | | --------- | ------ | -------------- | | appSize | number | app数据大小 | @@ -525,12 +523,10 @@ getUserStorageStats(userId: number, callback:AsyncCallback<StorageStats>): **系统能力**:以下各项对应的系统能力均为SystemCapability.FileManagement.StorageService.SpatialStatistics +### 属性 该接口为系统接口,三方应用不支持调用 - -### 属性 - | 名称 | 类型 | 说明 | | --------- | ------ | -------------- | | total | number | 内卡总空间大小 | -- GitLab