From 702746921d7f7af2af9e1d1a1380bf0c3aaa1e7c Mon Sep 17 00:00:00 2001 From: chen yi wen <15068825070@163.com> Date: Thu, 24 Jul 2025 14:30:59 +0800 Subject: [PATCH] 1 Signed-off-by: chen yi wen <15068825070@163.com> --- api/@ohos.wifiManager.d.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/api/@ohos.wifiManager.d.ts b/api/@ohos.wifiManager.d.ts index efb9f66861..08bae5e506 100644 --- a/api/@ohos.wifiManager.d.ts +++ b/api/@ohos.wifiManager.d.ts @@ -1833,7 +1833,6 @@ declare namespace wifiManager { * @param { 'deviceConfigChange' } type - event name. * @param { Callback } callback - the callback of on, 0: config is added, 1: config is changed, 2: config is removed. * @throws {BusinessError} 201 - Permission denied. - * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. * @throws {BusinessError} 401 - Invalid parameters. Possible causes: 1. Mandatory parameters are left unspecified. * 2. Incorrect parameter types. * @throws {BusinessError} 801 - Capability not supported. @@ -1850,7 +1849,6 @@ declare namespace wifiManager { * @param { 'deviceConfigChange' } type - event name. * @param { Callback } callback - the callback of off, 0: config is added, 1: config is changed, 2: config is removed. * @throws {BusinessError} 201 - Permission denied. - * @throws {BusinessError} 202 - System API is not allowed called by Non-system application. * @throws {BusinessError} 401 - Invalid parameters. Possible causes: 1. Mandatory parameters are left unspecified. * 2. Incorrect parameter types. * @throws {BusinessError} 801 - Capability not supported. -- Gitee