Commit 8a6bb85c authored by Maodashu's avatar Maodashu

修改ws消息状态说明

parent a8731758
...@@ -149,7 +149,7 @@ namespace OTWebSocket.API.Services ...@@ -149,7 +149,7 @@ namespace OTWebSocket.API.Services
_redisService.ReleaseOrder(orderId); _redisService.ReleaseOrder(orderId);
continue; continue;
} }
liveOrder.Comment = "初始化缓存"; liveOrder.Comment = "ws初始化缓存";
_redisService.SetLiveOrder(liveOrder); _redisService.SetLiveOrder(liveOrder);
} }
//注意,在此之前必须确保liveOrder不为null //注意,在此之前必须确保liveOrder不为null
...@@ -179,7 +179,7 @@ namespace OTWebSocket.API.Services ...@@ -179,7 +179,7 @@ namespace OTWebSocket.API.Services
liveOrder.Deals.Add(dealInfo); liveOrder.Deals.Add(dealInfo);
} }
} }
//liveOrder.Comment = "WS更新成功"; liveOrder.Comment = "WS更新成功";
_logger.Debug($"更新redis缓存{JObject.FromObject(liveOrder)}"); _logger.Debug($"更新redis缓存{JObject.FromObject(liveOrder)}");
_redisService.SetLiveOrder(liveOrder); _redisService.SetLiveOrder(liveOrder);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment