修改门禁

Signed-off-by: xujie <xujie223@huawei.com>
This commit is contained in:
xujie 2023-05-24 15:34:39 +08:00
parent 96ec328c88
commit a16b23cb2d
2 changed files with 5 additions and 2 deletions

View File

@ -589,7 +589,7 @@ declare namespace connection {
* @throws { BusinessError } 401 - Parameter error.
* @throws { BusinessError } 2100002 - Operation failed. Cannot connect to service.
* @throws { BusinessError } 2100003 - System internal error.
* @throws { BusinessError } 2100207 - Remote is null.
* @throws { BusinessError } 2101007 - The callback is not exists.
* @syscap SystemCapability.Communication.NetManager.Core
* @crossplatform
* @since 8
@ -982,7 +982,7 @@ declare namespace connection {
/**
* Network Global Proxy Configuration Information.
* @@interface HttpProxy
* @interface HttpProxy
* @syscap SystemCapability.Communication.NetManager.Core
* @since 10
*/

View File

@ -287,4 +287,7 @@ declare namespace mdns {
}
}
/**
* @since 10
*/
export default mdns;