From 0de4cf306d8e13fd57b3e04bfb81362a10f12a4d Mon Sep 17 00:00:00 2001
From: Davin <591807572@qq.com>
Date: 星期一, 10 七月 2023 16:10:53 +0800
Subject: [PATCH] feature UI补全

---
 EZSDK/EZSDK/EZ/Global/EZHttpUtil.h |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/EZSDK/EZSDK/EZ/Global/EZHttpUtil.h b/EZSDK/EZSDK/EZ/Global/EZHttpUtil.h
index 8802af2..be59522 100644
--- a/EZSDK/EZSDK/EZ/Global/EZHttpUtil.h
+++ b/EZSDK/EZSDK/EZ/Global/EZHttpUtil.h
@@ -145,19 +145,19 @@
 
 /**
  *  @since 娌充笢鑾峰彇璁惧娑堟伅
- *  @param deviceId   璁惧id
+ *  @param deviceSerial   璁惧搴忓垪鍙�
  *  @param completion   鍥炶皟block锛宔rror涓虹┖鏃惰〃绀烘垚鍔�
  */
-- (void)getCoverSwitchStatus:(NSString *)deviceId
+- (void)getCoverSwitchStatus:(NSString *)deviceSerial
                   completion:(void (^)(ResponseData *responseData))completion;
 
 /**
  *  @since 娌充笢鑾峰彇璁惧娑堟伅
- *  @param deviceId   璁惧id
+ *  @param deviceSerial   璁惧搴忓垪鍙�
  *  @param enable   闅愮閬斀鐘舵��
  *  @param completion   鍥炶皟block锛宔rror涓虹┖鏃惰〃绀烘垚鍔�
  */
-- (void)getCoverSwitchStatus:(NSString *)deviceId
+- (void)coverSwitchStatus:(NSString *)deviceSerial
                       enable:(NSInteger)enable
                   completion:(void (^)(ResponseData *responseData))completion;
 

--
Gitblit v1.8.0