DLL/Shared.Droid.JPush-Jinlu.dllBinary files differ
DLL/Shared.Droid.JPush.dllBinary files differ
DLL/Shared.IOS-1.dllBinary files differ
HDL-ON_Android/Assets/Language.ini
@@ -1694,7 +1694,7 @@ 289=解除手机绑定 290=读取历史数据失败 291=暂无已收藏的场景 292=关于On Pro 292=关于 293=成员 294=管理员 295=修改密码 @@ -1770,7 +1770,7 @@ 365=无法与服务器通讯,场景信息编辑失败。 366=无法与服务器通讯,场景删除失败。 367=无法与服务器通讯,楼层删除失败。 368=欢迎使用On Pro 368=欢迎使用 369=添加新住宅 370=成为家庭成员 371=功能无法使用,请绑定网关 @@ -1989,7 +1989,7 @@ 601=请选择两个以上的设备 602=我的家庭 603= 为保护您的个人隐私权益,特向您通知并申请明确同意授权。请你仔细阅读 604= 《On Pro人脸信息采集协议》 604= 《人脸信息采集协议》 605= 若同意该协议,请点击【同意】按键,表示您已经理解并同意人脸信息采集协议。 606=账户绑定成功,您可以继续完成设备关联操作 607=上一页 HDL-ON_Android/Assets/Phone/OnIcon.pngHDL-ON_Android/Assets/Phone/Public/Logo.pngHDL-ON_Android/Assets/agconnect-services.json
File was deleted HDL-ON_Android/HDL-ON_Android.csproj
@@ -69,9 +69,6 @@ <AndroidSupportedAbis>arm64-v8a</AndroidSupportedAbis> </PropertyGroup> <ItemGroup> <Reference Include="Shared.Droid.JPush"> <HintPath>..\DLL\Shared.Droid.JPush.dll</HintPath> </Reference> <Reference Include="System" /> <Reference Include="System.Xml" /> <Reference Include="System.Core" /> @@ -198,6 +195,9 @@ <Reference Include="HdlEzvizDroid"> <HintPath>..\..\..\HdlEzvizDroid.dll</HintPath> </Reference> <Reference Include="Shared.Droid.JPush"> <HintPath>..\DLL\Shared.Droid.JPush.dll</HintPath> </Reference> </ItemGroup> <ItemGroup> <Compile Include="MainActivity.cs" /> @@ -231,7 +231,6 @@ <Compile Include="Other\MyLocationListener_V2.cs" /> </ItemGroup> <ItemGroup> <AndroidAsset Include="Assets\agconnect-services.json" /> <None Include="Resources\AboutResources.txt" /> <None Include="Properties\AndroidManifest.xml" /> <None Include="Assets\AboutAssets.txt" /> HDL-ON_Android/Other/JPush/JPushFirmBroadcast.cs
@@ -8,10 +8,10 @@ namespace HDL_ON_Android { [BroadcastReceiver(Enabled = true, Exported = false, Name = "com.hdl.onpro.JPushFirmBroadcast")] [BroadcastReceiver(Enabled = true, Exported = false, Name = "com.jinlu.onpro.JPushFirmBroadcast")] [Android.App.IntentFilter(new string[] { "com.hdl.onpro.jpush.firm.NOTIFICATION_OPENED" "com.jinlu.onpro.jpush.firm.NOTIFICATION_OPENED" }, Categories = new string[] { HDL-ON_Android/Other/JPush/JPushOpenClickActivity.cs
@@ -9,12 +9,12 @@ namespace HDL_ON_Android { [Activity( Exported = true, Enabled = true, Name = "com.hdl.onpro.JPushOpenClickActivity" Exported = true, Enabled = true, Name = "com.jinlu.onpro.JPushOpenClickActivity" , Theme = "@android:style/Theme.Translucent.NoTitleBar")] [IntentFilter(new string[] { "com.hdl.onpro.JPushOpenClickActivity", Intent.ActionView }, [IntentFilter(new string[] { "com.jinlu.onpro.JPushOpenClickActivity", Intent.ActionView }, Categories = new string[] { "com.hdl.onpro",Intent.CategoryDefault "com.jinlu.onpro",Intent.CategoryDefault }) ] public class JPushOpenClickActivity : Activity @@ -30,8 +30,8 @@ protected void HandleOpenClick(Intent intent) { Intent broadcastIntent = new Intent(); broadcastIntent.SetAction("com.hdl.onpro.jpush.firm.NOTIFICATION_OPENED"); ComponentName componentName = new ComponentName(PackageName, "com.hdl.onpro.JPushFirmBroadcast"); broadcastIntent.SetAction("com.jinlu.onpro.jpush.firm.NOTIFICATION_OPENED"); ComponentName componentName = new ComponentName(PackageName, "com.jinlu.onpro.JPushFirmBroadcast"); if (Build.VERSION.SdkInt >= BuildVersionCodes.O) { HDL-ON_Android/Other/JPush/JPushReceiver.cs
@@ -19,7 +19,7 @@ }, Categories = new string[] { "com.hdl.onpro" "com.jinlu.onpro" })] public class JPushReceiver : JPushMessageReceiver { HDL-ON_Android/Properties/AndroidManifest.xml
@@ -1,5 +1,5 @@ <?xml version="1.0" encoding="utf-8"?> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="2.4.3" package="com.hdl.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202312251"> <manifest xmlns:android="http://schemas.android.com/apk/res/android" android:versionName="1.0.0" package="com.jinlu.onpro" xmlns:tools="http://schemas.android.com/tools" android:versionCode="202312271"> <uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29" /> <uses-permission android:name="android.permission.RECEIVE_SMS" /> <!--友盟--> @@ -76,9 +76,9 @@ <uses-permission android:name="android.permission.ACCESS_NETWORK_STATE" /> <!--极光推送 Required 一些系统要求的权限,如访问网络等--> <!-- Required 一些系统要求的权限,如访问网络等--> <permission android:name="com.hdl.onpro.permission.JPUSH_MESSAGE" android:protectionLevel="signature" /> <permission android:name="com.jinlu.onpro.permission.JPUSH_MESSAGE" android:protectionLevel="signature" /> <!-- Required --> <uses-permission android:name="com.hdl.onpro.permission.JPUSH_MESSAGE" /> <uses-permission android:name="com.jinlu.onpro.permission.JPUSH_MESSAGE" /> <uses-permission android:name="android.permission.RECEIVE_USER_PRESENT" /> <uses-permission android:name="android.permission.INTERNET" /> <uses-permission android:name="android.permission.READ_PHONE_STATE" /> @@ -89,7 +89,7 @@ <uses-permission android:name="android.permission.ACCESS_WIFI_STATE" /> <uses-permission android:name="android.permission.READ_LOGS" /> <!-- 极光推送结束 --> <application android:allowBackup="true" android:debuggable="false" android:icon="@drawable/Icon" android:requestLegacyExternalStorage="true" android:networkSecurityConfig="@xml/network_security_config" android:largeHeap="true" android:label="On Pro"> <application android:allowBackup="true" android:debuggable="false" android:icon="@drawable/Icon" android:requestLegacyExternalStorage="true" android:networkSecurityConfig="@xml/network_security_config" android:largeHeap="true" android:label="优数养老"> <!--/扫描二维码activity--> <!--<activity android:name="com.journeyapps.barcodescanner.CaptureActivity" @@ -100,7 +100,7 @@ android:name=".CustomCaptureActivity" android:screenOrientation="portrait" tools:replace="screenOrientation" />--> <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.hdl.onpro.fileProvider" android:grantUriPermissions="true" android:exported="false"> <provider android:name="android.support.v4.content.FileProvider" android:authorities="com.jinlu.onpro.fileProvider" android:grantUriPermissions="true" android:exported="false"> <meta-data android:name="android.support.FILE_PROVIDER_PATHS" android:resource="@xml/file_paths" /> </provider> <!--极光推送--> @@ -116,22 +116,22 @@ </intent-filter> </service> <!-- since 3.0.9 Required SDK 核心功能--> <provider android:authorities="com.hdl.onpro.DataProvider" android:name="cn.jpush.android.service.DataProvider" android:exported="true" /> <provider android:authorities="com.jinlu.onpro.DataProvider" android:name="cn.jpush.android.service.DataProvider" android:exported="true" /> <!-- since 1.8.0 option 可选项。用于同一设备中不同应用的 JPush 服务相互拉起的功能。 --> <!-- 若不启用该功能可删除该组件,或把 enabled 设置成 false ;App 不会被其他 App 拉起,但会拉起其他的 App。 --> <service android:name="cn.jpush.android.service.DaemonService" android:enabled="false" android:exported="true"> <intent-filter> <action android:name="cn.jpush.android.intent.DaemonService" /> <category android:name="com.hdl.onpro" /> <category android:name="com.jinlu.onpro" /> </intent-filter> </service> <!-- since 3.1.0 Required SDK 核心功能--> <provider android:authorities="com.hdl.onpro.DownloadProvider" android:name="cn.jpush.android.service.DownloadProvider" android:exported="true" /> <provider android:authorities="com.jinlu.onpro.DownloadProvider" android:name="cn.jpush.android.service.DownloadProvider" android:exported="true" /> <!-- Required SDK 核心功能--> <receiver android:name="cn.jpush.android.service.PushReceiver" android:enabled="true"> <intent-filter android:priority="1000"> <action android:name="cn.jpush.android.intent.NOTIFICATION_RECEIVED_PROXY" /> <category android:name="com.hdl.onpro" /> <category android:name="com.jinlu.onpro" /> </intent-filter> <intent-filter> <action android:name="android.intent.action.USER_PRESENT" /> @@ -150,7 +150,7 @@ <intent-filter> <action android:name="cn.jpush.android.ui.PushActivity" /> <category android:name="android.intent.category.DEFAULT" /> <category android:name="com.hdl.onpro" /> <category android:name="com.jinlu.onpro" /> </intent-filter> </activity> <!-- SDK 核心功能--> @@ -158,14 +158,14 @@ <activity android:name="cn.jpush.android.ui.PopWinActivity" android:configChanges="orientation|keyboardHidden" android:exported="false" android:theme="@style/MyDialogStyle"> <intent-filter> <category android:name="android.intent.category.DEFAULT" /> <category android:name="com.hdl.onpro" /> <category android:name="com.jinlu.onpro" /> </intent-filter> </activity> <!-- since 3.6.0 --> <activity android:name="cn.jpush.android.service.DActivity" android:enabled="true" android:exported="true" android:theme="@android:style/Theme.Translucent.NoTitleBar" android:taskAffinity="jpush.custom"> <intent-filter> <action android:name="cn.jpush.android.intent.DActivity" /> <category android:name="com.hdl.onpro" /> <category android:name="com.jinlu.onpro" /> </intent-filter> </activity> <!-- Required SDK 核心功能--> @@ -176,7 +176,7 @@ <activity android:name="cn.jpush.android.service.JNotifyActivity" android:exported="true" android:taskAffinity="jpush.custom" android:theme="@android:style/Theme.Translucent.NoTitleBar"> <intent-filter> <action android:name="cn.jpush.android.intent.JNotifyActivity" /> <category android:name="com.hdl.onpro" /> <category android:name="com.jinlu.onpro" /> </intent-filter> </activity> <!-- Required. For publish channel feature --> @@ -186,12 +186,8 @@ <!-- 发到其他市场的 APK 可以设置为 xxx-market。 --> <meta-data android:name="JPUSH_CHANNEL" android:value="developer-default" /> <!-- Required. AppKey copied from Portal --> <meta-data android:name="JPUSH_APPKEY" android:value="cbd90743ac45cbca06c8118b" /> <meta-data android:name="XIAOMI_APPKEY" android:value="MI-5871892343860" /> <meta-data android:name="XIAOMI_APPID" android:value="MI-2882303761518923860" /> <meta-data android:name="OPPO_APPKEY" android:value="OP-e942dafe77cf4b9f868d5421d701655a" /> <meta-data android:name="OPPO_APPID" android:value="OP-30619979" /> <meta-data android:name="OPPO_APPSECRET" android:value="OP-11d511c42f654cafac99588322681003" /> <meta-data android:name="JPUSH_APPKEY" android:value="55d229c2e34c2ed2acf14a04" /> <meta-data android:name="JPUSH_PKGNAME" android:value="com.jinlu.onpro" /> <!-- 极光推送结束 --> <!-- 设置高德地图key --> <meta-data android:name="com.amap.api.v2.apikey" android:value="9901dd06e30b229efdd4c5bf5e076224" /> HDL-ON_Android/Resources/drawable/Icon.pngHDL-ON_Android/Resources/drawable/Loading.pngHDL-ON_Android/Resources/mipmap-anydpi-v26/Icon.pngHDL-ON_Android/Resources/mipmap-hdpi/Icon.pngHDL-ON_Android/Resources/mipmap-hdpi/Loading.pngHDL-ON_Android/Resources/mipmap-mdpi/Icon.pngHDL-ON_Android/Resources/mipmap-mdpi/Loading.pngHDL-ON_Android/Resources/mipmap-xhdpi/Icon.pngHDL-ON_Android/Resources/mipmap-xhdpi/Loading.pngHDL-ON_Android/Resources/mipmap-xxhdpi/Icon.pngHDL-ON_Android/Resources/mipmap-xxhdpi/Loading.pngHDL-ON_Android/Resources/mipmap-xxxhdpi/Icon.pngHDL-ON_Android/Resources/mipmap-xxxhdpi/Loading.pngHDL-ON_Android/SplashActivity.cs
@@ -17,8 +17,8 @@ namespace HDL_ON_Android { [Activity(Theme = "@style/SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTask, Name = "com.hdl.onpro.SplashActivity", ScreenOrientation = ScreenOrientation.Portrait)] [IntentFilter(new string[] { "com.hdl.onpro.SplashActivity", Intent.ActionView })] [Activity(Theme = "@style/SplashTheme", MainLauncher = true, LaunchMode = LaunchMode.SingleTask, Name = "com.jinlu.onpro.SplashActivity", ScreenOrientation = ScreenOrientation.Portrait)] [IntentFilter(new string[] { "com.hdl.jinlu.SplashActivity", Intent.ActionView })] public class SplashActivity : Activity { protected override void OnActivityResult(int requestCode, Result resultVal, Intent data) @@ -46,7 +46,6 @@ [Obsolete] protected override void OnCreate(Bundle savedInstanceState) { Console.WriteLine("123456"); base.OnCreate(savedInstanceState); if(Shared.Application.Activity != null && Shared.Application.Activity.GetType() == typeof(BaseActivity)) @@ -134,9 +133,9 @@ //AppCenter.Start("64ac5859-2cd7-4ef8-a5da-5455e29679ec", typeof(Analytics), typeof(Crashes)); //手机名称 Android.OS.Build.Manufacturer; //OnAppConfig.Instance.PhoneName = Android.OS.Build.Manufacturer; //#if DEBUG //CN.Jpush.Android.Api.JPushInterface.SetDebugMode(true); //#endif #if DEBUG CN.Jpush.Android.Api.JPushInterface.SetDebugMode(true); #endif JPushInterface.Init(this); //Com.Chteam.Agent.BuglyAgentHelper.Init(this.ApplicationContext, "316a8f5d83"); @@ -152,9 +151,9 @@ try { //初始化友盟sdk Com.Hdl.Umsdk.UmSdk.InitUmSdk(this, "61d565d9e0f9bb492bbc3d5a", "Android"); ////初始化友盟sdk config Com.Hdl.Umsdk.UmSdk.InitUMConfigure(this, "61d565d9e0f9bb492bbc3d5a", "Android", ""); //Com.Hdl.Umsdk.UmSdk.InitUmSdk(this, "61d565d9e0f9bb492bbc3d5a", "Android"); //////初始化友盟sdk config //Com.Hdl.Umsdk.UmSdk.InitUMConfigure(this, "61d565d9e0f9bb492bbc3d5a", "Android", ""); } catch (Exception ex) { @@ -297,7 +296,7 @@ }; HDLUtils.SetAuthoritiesName("com.hdl.onpro.fileProvider"); HDLUtils.SetAuthoritiesName("com.jinlu.onpro.fileProvider"); //Shared.Application.IsGpsEnable = true; //bool isfirst = true; HDL-ON_Android/mono_crash.1cfb5decbf.0.json
File was deleted HDL-ON_Android/mono_crash.1cfb5decbf.1.json
File was deleted HDL-ON_Android/mono_crash.824c6d50c.0.json
File was deleted HDL-ON_iOS/Resources/Language.ini
@@ -1694,7 +1694,7 @@ 289=解除手机绑定 290=读取历史数据失败 291=暂无已收藏的场景 292=关于On Pro 292=关于 293=成员 294=管理员 295=修改密码 @@ -1770,7 +1770,7 @@ 365=无法与服务器通讯,场景信息编辑失败。 366=无法与服务器通讯,场景删除失败。 367=无法与服务器通讯,楼层删除失败。 368=欢迎使用On Pro 368=欢迎使用 369=添加新住宅 370=成为家庭成员 371=功能无法使用,请绑定网关 @@ -1989,7 +1989,7 @@ 601=请选择两个以上的设备 602=我的家庭 603= 为保护您的个人隐私权益,特向您通知并申请明确同意授权。请你仔细阅读 604= 《On Pro人脸信息采集协议》 604= 《人脸信息采集协议》 605= 若同意该协议,请点击【同意】按键,表示您已经理解并同意人脸信息采集协议。 606=账户绑定成功,您可以继续完成设备关联操作 607=上一页 HDL_ON/DAL/Server/HttpServerRequest.cs
@@ -1493,13 +1493,14 @@ { var requestObj = new AppVersionCheckObj() { }; #if __IOS__ requestObj.releaseSystem = "IOS"; #else requestObj.releaseSystem = "Android"; #endif var requestJson = HttpUtil.GetSignRequestJson(requestObj); return HttpUtil.RequestHttpsPost(NewAPI.API_POST_CheckAppVersion, requestJson); HDL_ON/DAL/Server/HttpUtil.cs
@@ -18,10 +18,12 @@ /// 固定域名,正式环境 /// 公共域名就近解析 /// </summary> public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com"; //public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com"; const string APP_KEY = "HDL-HOME-APP-TEST"; const string SECRET_KEY = "WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss"; //public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com"; //const string APP_KEY = "DBVOCPDX"; //const string SECRET_KEY = "DBVOCPENDBVOCPFD"; public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com"; const string APP_KEY = "DCCKGHAF"; const string SECRET_KEY = "DCCKGHAVDCCKGHBL"; //public const string GlobalRequestHttpsHost = "http://59.41.255.150:7777";//开发环境 //const string APP_KEY = "CPEVRLRT";//开发环境APP_KEY HDL_ON/DAL/Server/NewApiRes.cs
@@ -1247,7 +1247,7 @@ ///// </summary> //public string appName = SoftwareType.ON_Plus.ToString(); public string appCode = "1588071238036582401"; public string appCode = "1739917403916009474"; /// <summary> /// IOS、Android /// </summary> HDL_ON/UI/MainPage.cs
@@ -26,11 +26,7 @@ /// <summary> /// 版本号 /// </summary> public static string VersionString = "2.4.3"; ///// <summary> ///// 客户端类型 ///// </summary> //public static string ClientType = APIClientType.HDL_ON_PRO.ToString(); public static string VersionString = "1.0.0"; /// <summary> /// @@ -235,36 +231,6 @@ } //#if __ANDROID__ // new System.Threading.Thread(async () => // { // int i = 10; // while (i < 10) { // try // { // var location_android = await HDL_ON_Android.LocationUtils.GetCurrentLocationAsync(); // if (location_android != null) // { // MainPage.cityInfo.lat = location_android.Latitude.ToString(); // MainPage.cityInfo.lon = location_android.Longitude.ToString(); // new HDL_ON.DAL.Server.HttpServerRequest().GetCityWeatherInfo(MainPage.cityInfo.lon.Replace(",", "."), MainPage.cityInfo.lat.ToString().Replace(",", ".")); // i = 100; // Application.RunOnMainThread(() => { // HomePage.LoadEvent_RefreshAir(); // }); // } // else // { // i++; // } // } catch (Exception ex) // { // Log($"经纬度获取异常: {ex.Message}"); // } // } // }) // { IsBackground = true }.Start(); //#endif } /// <summary> @@ -519,20 +485,6 @@ }); } }).Start(); // try // { //#if __ANDROID__ // //Com.Chteam.Agent.BuglyAgentHelper.SetUserId(UserInfo.Current.AccountString); //#else // //Bugly.Bugly.SetUserIdentifier(UserInfo.Current.AccountString); //#endif // } // catch (Exception ex) // { // MainPage.Log("Bugly error"); // } } /// <summary> HDL_ON/UI/UI1-Login/LoginPage.cs
@@ -264,25 +264,25 @@ }; bodyView.AddChidren(btnIcon); var btnIcon_bg = new Button() { X = Application.GetRealWidth(171), Y = Application.GetRealHeight(69), Width = Application.GetMinRealAverage(254), Height = Application.GetMinRealAverage(156), UnSelectedImagePath = "Public/Logo-bg.png" }; bodyView.AddChidren(btnIcon_bg); btnIcon_bg.MouseDownEventHandler += (sender, e) => { Application.HideSoftInput(); }; //var btnIcon_bg = new Button() //{ // X = Application.GetRealWidth(171), // Y = Application.GetRealHeight(69), // Width = Application.GetMinRealAverage(254), // Height = Application.GetMinRealAverage(156), // UnSelectedImagePath = "Public/Logo-bg.png" //}; //bodyView.AddChidren(btnIcon_bg); //btnIcon_bg.MouseDownEventHandler += (sender, e) => { // Application.HideSoftInput(); //}; #if DEBUG btnIcon_bg.MouseUpEventHandler += (sender, e) => { return; //btnIcon_bg.MouseUpEventHandler += (sender, e) => //{ // return; }; //}; bool b = false; btnIcon.MouseUpEventHandler += (sender, e) => @@ -676,7 +676,7 @@ TextAlignment = TextAlignment.Center, Text = "游客体验" }; bodyView.AddChidren(btnDomeLogin); //bodyView.AddChidren(btnDomeLogin); if (Language.CurrentLanguage != "Chinese") { @@ -1884,9 +1884,11 @@ account = etAccount.Text.Trim(); #region 隐私政策 AddServiceAgreementControl(bodyView); #endregion #region 隐私政策 isAgreePrivacyPolicy = true; OnAppConfig.Instance.isAgreePrivacyPolicy = true; //AddServiceAgreementControl(bodyView); #endregion } HDL_ON/UI/UI2/4-PersonalCenter/AboutOn/AboutOnPage.cs
@@ -67,7 +67,7 @@ Y = Application.GetRealWidth(184), Height = Application.GetRealWidth(28), TextAlignment = TextAlignment.Center, Text = "On Pro", Text = "优数养老", TextColor = CSS_Color.FirstLevelTitleColor, TextSize = CSS_FontSize.EmphasisFontSize_Secondary, IsBold = true, @@ -102,6 +102,7 @@ btnOnVersion.Text += "(Test Server)"; } return; var lineView = new FrameLayout() { @@ -111,6 +112,7 @@ }; bodyView.AddChidren(lineView); #region 功能介绍 //var functionView = new ListCellView() //{ HDL_ON/UI/UI2/4-PersonalCenter/CancelAccountPage.cs
@@ -228,7 +228,7 @@ btnLogin.MouseUpEventHandler = (sender,e) =>{ if (btnLogin.IsSelected) { var tipMsg = "*您当前正在注销账户,注销完成后,您在On Pro App的所有数据均会被删除,请谨慎操作。"; var tipMsg = "*您当前正在注销账户,注销完成后,您在App的所有数据均会被删除,请谨慎操作。"; Action action = () => { var loading = new Loading(); this.AddChidren(loading); HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
@@ -569,7 +569,7 @@ //residenceAuxiliaryFunctionView.AddChidren(btnResidenceAuxiliaryFunctionText); #endregion if (DB_ResidenceData.Instance.GatewayType == 1) if (DB_ResidenceData.Instance.GatewayType == 1 && false) { residenceFunctionCount++; #region ---添加功能区域 HDL_ON/UI/UI2/4-PersonalCenter/PersonalDataPage.cs
@@ -822,7 +822,7 @@ ListCellView myServerInfoCellView = new ListCellView() { }; bodyScrolView.AddChidren(myServerInfoCellView); //bodyScrolView.AddChidren(myServerInfoCellView); //跳转服务器信息 Action selectAction = () => { @@ -843,7 +843,7 @@ ListCellView logOffView = new ListCellView() { }; bodyScrolView.AddChidren(logOffView); //bodyScrolView.AddChidren(logOffView); //注销账号界面 Action logOffAction = () => { SiriIntents/Server/HttpUtil.cs
@@ -16,8 +16,8 @@ /// 固定域名,正式环境 /// 公共域名就近解析 /// </summary> public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com"; //public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com"; //public const string GlobalRequestHttpsHost = "https://nearest.hdlcontrol.com"; public const string GlobalRequestHttpsHost = "https://test-gz.hdlcontrol.com"; const string APP_KEY = "HDL-HOME-APP-TEST"; const string SECRET_KEY = "WeJ8TY88vbakCcnvH8G1tDUqzLWY8yss"; //public const string GlobalRequestHttpsHost = "http://59.41.255.150:7777";//mmmm SiriKit/Data/NSUserDefaultsHelper.cs
@@ -4,7 +4,7 @@ { public static class NSUserDefaultsHelper { private const string AppGroup = "group.com.hdl.onpro"; private const string AppGroup = "group.com.jinlu.onpro";