From a47d1a56fa9616afe237240f3f34c6ae27808ae3 Mon Sep 17 00:00:00 2001 From: NSArray Date: Wed, 11 Mar 2026 17:59:56 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E9=93=B6=E8=A1=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../xcschemes/XinjiangProject.xcscheme | 102 ++++++++++++++++++ .../Manager/NetworkHelpManager/XJPNetAPI.h | 3 + .../Manager/NetworkHelpManager/XJPNetAPI.m | 5 + .../Controller/QuestionViewController.m | 3 - .../Project/TUIChat/ChatViewController.m | 11 +- 5 files changed, 111 insertions(+), 13 deletions(-) create mode 100644 XinjiangProject/XinjiangProject.xcodeproj/xcshareddata/xcschemes/XinjiangProject.xcscheme diff --git a/XinjiangProject/XinjiangProject.xcodeproj/xcshareddata/xcschemes/XinjiangProject.xcscheme b/XinjiangProject/XinjiangProject.xcodeproj/xcshareddata/xcschemes/XinjiangProject.xcscheme new file mode 100644 index 0000000..b2b3d70 --- /dev/null +++ b/XinjiangProject/XinjiangProject.xcodeproj/xcshareddata/xcschemes/XinjiangProject.xcscheme @@ -0,0 +1,102 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/XinjiangProject/XinjiangProject/Manager/NetworkHelpManager/XJPNetAPI.h b/XinjiangProject/XinjiangProject/Manager/NetworkHelpManager/XJPNetAPI.h index 2b792a3..f0a2d4e 100755 --- a/XinjiangProject/XinjiangProject/Manager/NetworkHelpManager/XJPNetAPI.h +++ b/XinjiangProject/XinjiangProject/Manager/NetworkHelpManager/XJPNetAPI.h @@ -178,4 +178,7 @@ - (void)getHomeWatchWearBool:(NSMutableDictionary *)parmDic; - (void)getHomeWatchData:(NSMutableDictionary *)parmDic; + +- (void)getWebNeedEncryptionKey:(NSMutableDictionary *)parmDic; + @end diff --git a/XinjiangProject/XinjiangProject/Manager/NetworkHelpManager/XJPNetAPI.m b/XinjiangProject/XinjiangProject/Manager/NetworkHelpManager/XJPNetAPI.m index fefc567..ee98b90 100755 --- a/XinjiangProject/XinjiangProject/Manager/NetworkHelpManager/XJPNetAPI.m +++ b/XinjiangProject/XinjiangProject/Manager/NetworkHelpManager/XJPNetAPI.m @@ -848,6 +848,11 @@ } +- (void)getWebNeedEncryptionKey:(NSMutableDictionary *)parmDic { + + [httpRequest httpGetRequest:[NSString stringWithFormat:@"%@/health-system/api/sys/encryptInfo",Http] params:parmDic]; + +} //积分银行 - (void)getPointsBankHeard:(NSMutableDictionary *)parmDic { diff --git a/XinjiangProject/XinjiangProject/Project/Qusetion/Controller/QuestionViewController.m b/XinjiangProject/XinjiangProject/Project/Qusetion/Controller/QuestionViewController.m index cb55ba9..860ff68 100644 --- a/XinjiangProject/XinjiangProject/Project/Qusetion/Controller/QuestionViewController.m +++ b/XinjiangProject/XinjiangProject/Project/Qusetion/Controller/QuestionViewController.m @@ -103,10 +103,7 @@ static CGFloat const kEmptyTableMinHeight = 300; // 或屏幕高度的一半 self.isHidenNaviBar = true; [self updateV2UI]; - //请求banner图 -// [self getBannerListData]; self.page = 1; -// [self verifyTokenData]; [self initCompleteBlock]; [self configLocationManager]; [self reGeocodeAction]; diff --git a/XinjiangProject/XinjiangProject/Project/TUIChat/ChatViewController.m b/XinjiangProject/XinjiangProject/Project/TUIChat/ChatViewController.m index c9befc4..e3a9a24 100644 --- a/XinjiangProject/XinjiangProject/Project/TUIChat/ChatViewController.m +++ b/XinjiangProject/XinjiangProject/Project/TUIChat/ChatViewController.m @@ -451,16 +451,7 @@ DoctorIDCardMessageCell * endCell = cell; NSLog(@"--%@",endCell.messageData.innerMessage.msgID); - - //7月6日新增 点击判断 - // 获取当前日期和时间 - //@property(nonatomic, strong) NSString *groupId; - -// @property(nonatomic, strong) NSString *fromUser; -// -// @property(nonatomic, strong) NSString *toUser; -// endCell.messageData.innerMessage.groupID; -// endCell.messageData.innerMessage.userID; + NSLog(@"--%@",endCell.messageData.innerMessage.groupID); NSLog(@"--%@",endCell.messageData.innerMessage.userID);