From 2265a8478325a04871aab6a86d49c28d7d65443a Mon Sep 17 00:00:00 2001 From: wxr <464027401@qq.com> Date: 星期一, 29 五月 2023 15:17:01 +0800 Subject: [PATCH] 增加开锁二次确认弹窗 --- HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLinPhoneSDK.m | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLinPhoneSDK.m b/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLinPhoneSDK.m index acb16e1..580b241 100644 --- a/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLinPhoneSDK.m +++ b/HDLLinPhoneSDK/HDLLinPhoneSDK/HDLLinPhoneSDK.m @@ -47,7 +47,7 @@ - (void)registrationUpdate:(NSNotification *)notif { LinphoneRegistrationState state = [[notif.userInfo objectForKey:@"state"] intValue]; if (state == LinphoneRegistrationFailed){ - NSLog(@"鐧诲け璐�"); + NSLog(@"鐧诲綍澶辫触"); }else if (state == LinphoneRegistrationCleared){ NSLog(@"鐧诲綍娓呯┖"); } else if (state == LinphoneRegistrationOk) { -- Gitblit v1.8.0