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 3cd5bb1b94919b8e48c4b2c8b215254963bd05aa..c48ef4895366b20089b4da1e44ed5e6fd886fd70 100644 --- a/zh-cn/application-dev/reference/apis/js-apis-geolocation.md +++ b/zh-cn/application-dev/reference/apis/js-apis-geolocation.md @@ -1097,7 +1097,7 @@ flushCachedGnssLocations() : Promise<boolean>; sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>) : void; -给位置服务子系统的各个部件发送扩展命令。只有系统应用才能调用。 +给位置服务子系统的各个部件发送扩展命令。 **需要权限**:ohos.permission.LOCATION @@ -1129,7 +1129,7 @@ sendCommand(command: LocationCommand, callback: AsyncCallback<boolean>) : sendCommand(command: LocationCommand) : Promise<boolean>; -给位置服务子系统的各个部件发送扩展命令。只有系统应用才能调用。 +给位置服务子系统的各个部件发送扩展命令。 **需要权限**:ohos.permission.LOCATION