diff --git a/zh-cn/application-dev/reference/apis/js-apis-geolocation.md b/zh-cn/application-dev/reference/apis/js-apis-geolocation.md index ab2399b1884ecb3a015e2c25794c485b284d7260..900cf2035959554d2a56935a802a3a627606ca8c 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-geolocation.md +++ b/zh-cn/application-dev/reference/apis/js-apis-geolocation.md @@ -1076,7 +1076,7 @@ flushCachedGnssLocations(): Promise<boolean>; sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>): void; -给位置服务子系统的各个部件发送扩展命令。只有系统应用才能调用。 +给位置服务子系统的各个部件发送扩展命令。 **需要权限**:ohos.permission.LOCATION @@ -1109,7 +1109,7 @@ sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>): v sendCommand(command: LocationCommand): Promise<boolean>; -给位置服务子系统的各个部件发送扩展命令。只有系统应用才能调用。 +给位置服务子系统的各个部件发送扩展命令。 **需要权限**:ohos.permission.LOCATION