From be95e839f40eb3ddf64706b60cba6dfcf4fad5e5 Mon Sep 17 00:00:00 2001 From: JLChen <551775569@qq.com> Date: 星期五, 03 四月 2020 14:31:44 +0800 Subject: [PATCH] 2020-04-03 1.去掉登录前ping百度域名的网络监测。 --- Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs | 6 ++++++ 1 files changed, 6 insertions(+), 0 deletions(-) diff --git a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs index 80f8a95..08fbe50 100644 --- a/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs +++ b/Crabtree/SmartHome/HDL/Operation/ResponseEntity/ErrorCode.cs @@ -70,5 +70,11 @@ public readonly static string InsufficientAuthority = "You don't have full control over this sharer's home!"; //缃戝叧琚叾瀹冧綇瀹呯粦瀹氾紝涓庣綉鍏抽�氳澶辫触! 璇烽暱鎸夌綉鍏虫寜閽�3S锛岃繘鍏ョ孩鐏父浜紝鐒跺悗閲嶆柊鎼滅储锛� public readonly static string GatewayPasswordError = "Failed to communicate with gateway, as the gateway has already been bound to another residence. Please press the gateway button for 3s, and search again when the red light keeps on."; + //鎺у埗澶辫触 + public readonly static string ControlFailure = ", fail to control."; + //缃戝叧鏃犲搷搴旓紝璇烽噸璇�! + public readonly static string GatewayNoResponse = "No response from gateway, please try again!"; + + } } -- Gitblit v1.8.0