Browse Source

记录奖励逻辑日志

lcl 11 months ago
parent
commit
16f5096cbe
1 changed files with 1 additions and 1 deletions
  1. 1 1
      AppStart/Helper/PrizeFlowRecordService.cs

+ 1 - 1
AppStart/Helper/PrizeFlowRecordService.cs

@@ -27,7 +27,7 @@ namespace MySystem
             {
             {
                 try
                 try
                 {
                 {
-                    string content = RedisDbconn.Instance.RPop<string>("BalancePayQueue");
+                    string content = RedisDbconn.Instance.RPop<string>("PrizeFlowQueue");
                     if (!string.IsNullOrEmpty(content))
                     if (!string.IsNullOrEmpty(content))
                     {
                     {
                         DoSomething(content);
                         DoSomething(content);