Browse Source

补广电卡奖励

lcl 1 year ago
parent
commit
b04d2e23d0
1 changed files with 7 additions and 0 deletions
  1. 7 0
      Controllers/HomeController.cs

+ 7 - 0
Controllers/HomeController.cs

@@ -200,6 +200,13 @@ namespace MySystem.Controllers
             //{"status":1,"messge":null,"data":{"userId":1,"token":"eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImQyN2E2OGY0NzY0MjRiMzJiNjhhM2JlMTc1ZjQ4OGE3In0.xjKmh1Pu9_DvwI-zpML8Z3oqKs99PQW-9aBg-ru2i-xQZYC3yKEtJ_H1_bcw2byGNnMNXMPRlBoDegLpSebXDA","loginTime":1699331586502,"expireTime":1699417986502,"ipaddr":null,"loginLocation":null,"browser":null,"os":null,"user":null},"other":null,"code":"1","timestamp":null}
             //{"status":1,"messge":null,"data":{"userId":1,"token":"eyJhbGciOiJIUzUxMiJ9.eyJsb2dpbl91c2VyX2tleSI6ImQyN2E2OGY0NzY0MjRiMzJiNjhhM2JlMTc1ZjQ4OGE3In0.xjKmh1Pu9_DvwI-zpML8Z3oqKs99PQW-9aBg-ru2i-xQZYC3yKEtJ_H1_bcw2byGNnMNXMPRlBoDegLpSebXDA","loginTime":1699331586502,"expireTime":1699417986502,"ipaddr":null,"loginLocation":null,"browser":null,"os":null,"user":null},"other":null,"code":"1","timestamp":null}
 
 
 
 
+            // List<string> ids = new List<string>();
+            // foreach(string id in ids)
+            // {
+            //     RedisDbconn.Instance.AddList("OpenRewardQueue", id);
+            //     RedisDbconn.Instance.AddList("LeaderPrizeQueue", id);
+            //     RedisDbconn.Instance.AddList("OperatePrizeQueue", id);
+            // }
 
 
             return result;
             return result;
         }
         }