From 9d65c293924e4edbbc8c6c6091f55d7fc49c23eb Mon Sep 17 00:00:00 2001 From: wei <kaede@kaededeMacBook-Air.local> Date: 星期二, 06 七月 2021 13:15:46 +0800 Subject: [PATCH] 乐橙子账号token --- .vs/HDL_APP_Project/xs/UserPrefs.xml | 31 +++++++++++++++++++++---------- HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs | 7 +++++++ HDL_ON/UI/UI1-Login/LoginPage.cs | 7 ++++++- 3 files changed, 34 insertions(+), 11 deletions(-) diff --git a/.vs/HDL_APP_Project/xs/UserPrefs.xml b/.vs/HDL_APP_Project/xs/UserPrefs.xml index 0524771..a446f73 100644 --- a/.vs/HDL_APP_Project/xs/UserPrefs.xml +++ b/.vs/HDL_APP_Project/xs/UserPrefs.xml @@ -1,12 +1,24 @@ 锘�<Properties StartupConfiguration="{D998E133-F0DD-4760-BE3C-461632F54DA4}|Default"> - <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneDeviceTarget.6242be7109c740c6cb8999a8904b6e0ea8d45192" /> - <MonoDevelop.Ide.Workbench> + <MonoDevelop.Ide.ItemProperties.HDL-ON__iOS PreferredExecutionTarget="MonoDevelop.IPhone.IPhoneDeviceTarget.00008020-000404163432002E" /> + <MonoDevelop.Ide.Workbench ActiveDocument="HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/MiniRemoteControl/AddMiniRemoteControlDirection4Page.cs"> + <Files> + <File FileName="HDL_ON/UI/UI1-Login/LoginPage.cs" Line="226" Column="54" /> + <File FileName="HDL_ON/Common/ApiUtlis.cs" Line="276" Column="72" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs" Line="26" Column="62" /> + <File FileName="HDL_ON/Entity/Enumerative/Command.cs" Line="1406" Column="38" /> + <File FileName="HDL_ON/DAL/DriverLayer/Control_Udp.cs" Line="818" Column="84" /> + <File FileName="HDL_ON/DAL/DriverLayer/Packet.cs" Line="197" Column="51" /> + <File FileName="HDL_ON/Entity/Function/Light.cs" Line="51" Column="7" /> + <File FileName="HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/MiniRemoteControl/AddMiniRemoteControlDirection4Page.cs" Line="544" Column="35" /> + </Files> <Pads> <Pad Id="ProjectPad"> <State name="__root__"> <Node name="HDL_APP_Project" expanded="True"> <Node name="HDL_ON" expanded="True"> + <Node name="Common" expanded="True" /> <Node name="DAL" expanded="True"> + <Node name="DriverLayer" expanded="True" /> <Node name="Server" expanded="True" /> </Node> <Node name="Entity" expanded="True"> @@ -14,17 +26,16 @@ <Node name="Function" expanded="True" /> </Node> <Node name="UI" expanded="True"> + <Node name="UI1-Login" expanded="True" /> <Node name="UI2" expanded="True"> - <Node name="3-Intelligence" expanded="True"> - <Node name="Automation" expanded="True" /> - <Node name="Scene" expanded="True" /> - </Node> <Node name="4-PersonalCenter" expanded="True"> - <Node name="PirDevice" expanded="True" selected="True" /> + <Node name="AddDevice" expanded="True"> + <Node name="MiniRemoteControl" expanded="True"> + <Node name="AddMiniRemoteControlDirection4Page.cs" selected="True" /> + </Node> + </Node> </Node> - <Node name="FuntionControlView" expanded="True"> - <Node name="Electrical" expanded="True" /> - </Node> + <Node name="FuntionControlView" expanded="True" /> </Node> </Node> </Node> diff --git a/HDL_ON/UI/UI1-Login/LoginPage.cs b/HDL_ON/UI/UI1-Login/LoginPage.cs index aa64eb6..5a5e2fc 100644 --- a/HDL_ON/UI/UI1-Login/LoginPage.cs +++ b/HDL_ON/UI/UI1-Login/LoginPage.cs @@ -212,16 +212,17 @@ //etAccount.Text = "18316672920";//lcg "18316672920";//hzx;// "13415629083"//cf;; //etAccount.Text = "18316120654";//tujie // "15622703419"lwn;// "18824864143";//"464027401@qq.com"; //"2791308028@qq.com";//13697499568 + etAccount.Text = "15626203746"; } else { - //etAccount.Text = "15626203746"; //etAccount.Text = "15018447586";//闊充箰鏁伴噺鍒锋柊闂 //etAccount.Text = "464027401@qq.com";// //etAccount.Text = "15217626103";// //etAccount.Text = "13682244600";//娉㈠摜 //etAccount.Text = "13168123446";//鏄嗘槑閲戣寕椤圭洰锛屾柊椋庨棶棰� etAccount.Text = "551775569@qq.com"; + etAccount.Text = "2949126848@qq.com";//闄堢惓cct娴嬭瘯 //etAccount.Text = "13168123446"; //etAccount.Text = "13676202754";//宸存灄鏈嶅姟鍣� //etAccount.Text = "13602944661";//kx @@ -231,6 +232,10 @@ } b = !b; etPassword.Text = "123456"; + if(etAccount.Text == "15626203746") + { + etPassword.Text = "12345678"; + } btnLogin.IsSelected = true; }; #endif diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs index ced74cc..6f4b31f 100644 --- a/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs +++ b/HDL_ON/UI/UI2/4-PersonalCenter/PirDevice/PirSend.cs @@ -36,6 +36,13 @@ return Entity.DB_ResidenceData.Instance.CurrentRegion.id; } } + + + /// <summary> + /// 涔愭subAccessToken + /// </summary> + public static string LcSubAccessToken = ""; + /// <summary> /// 鏄惁涓哄叾浠栦富鐢ㄦ埛鍒嗕韩杩囨潵鐨勪綇瀹� /// </summary> -- Gitblit v1.8.0