diff --git a/CRICS_V3_1124.suo b/CRICS_V3_1124.suo
index d144369..1030c1f 100644
Binary files a/CRICS_V3_1124.suo and b/CRICS_V3_1124.suo differ
diff --git a/Common/UDPPackageCount.cs b/Common/UDPPackageCount.cs
index 0af65b4..e921157 100644
--- a/Common/UDPPackageCount.cs
+++ b/Common/UDPPackageCount.cs
@@ -6,6 +6,30 @@ using System.Text;
using System.Collections.Concurrent;
namespace Common
{
+ public class WebAPI_TongJi
+ {
+ public static long GetRoomAirList = 0;
+ public static long SetRCUAir = 0;
+ public static long GetRoomSceneList = 0;
+ public static long SetRCUScene = 0;
+ public static long GetRoomLightList =0;
+ public static long SetRCULight = 0;
+ public static long GetRoomCurtainList = 0;
+ public static long SetRCUCurtain = 0;
+ public static long GetRoomServiceList = 0;
+ public static long SetRCUService = 0;
+ public static long GetOperationLog = 0;
+ public static long GetRoomMusicList = 0;
+ public static long SetRCUMusic = 0;
+ public static long GetRCUStatus = 0;
+ public static long GetAirDetectList = 0;
+ public static long GetHostFaultList = 0;
+ public static long GetRoomTypeAndModalsList = 0;
+ public static long GetRCUInfoForPDU = 0;
+ public static long GetSessionKey = 0;
+ public static long GetPhoneNumber = 0;
+ public static long GetHotelInfoForWX = 0;
+ }
public class YUANZI_TongJi
{
public static long TotalReceiveCount = 0;
diff --git a/Common/XuanZhuOperation.cs b/Common/XuanZhuOperation.cs
index 4485345..590762d 100644
--- a/Common/XuanZhuOperation.cs
+++ b/Common/XuanZhuOperation.cs
@@ -64,8 +64,8 @@ namespace Common
}
catch (Exception ex)
{
- string Key = "HttpRequest_" + resp.code + "_" + resp.roomNumber;
- MemoryCacheHelper.Set(Key, 1, DateTimeOffset.Now.AddMinutes(10));
+ //string Key = "HttpRequest_" + resp.code + "_" + resp.roomNumber;
+ //MemoryCacheHelper.Set(Key, 1, DateTimeOffset.Now.AddMinutes(10));
logger.Error(string.Format("酒店({0})客房({1})调用设备状态或异常推送接口({2})失败:{3},数据:{4}", resp.code, resp.roomNumber, url, ex.Message, param));
return false;
}
diff --git a/CommonEntity/CacheKey.cs b/CommonEntity/CacheKey.cs
index 18443fe..abc50dc 100644
--- a/CommonEntity/CacheKey.cs
+++ b/CommonEntity/CacheKey.cs
@@ -122,6 +122,7 @@ namespace CommonEntity
public static string KongTiaoAlert = "KT#Alert";
public static string WebChatDeviceFault = "WXFault";
+ public static string DuOSToken = "DuOSToken";
}
public class ChangLiangValue
{
diff --git a/RCUHost/Config/Receiver.xml b/RCUHost/Config/Receiver.xml
index 2dd36b3..24e5eb2 100644
--- a/RCUHost/Config/Receiver.xml
+++ b/RCUHost/Config/Receiver.xml
@@ -177,6 +177,7 @@
+