浏览代码

补广电卡奖励

lcl 1 年之前
父节点
当前提交
b04d2e23d0
共有 1 个文件被更改,包括 7 次插入0 次删除
  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}
 
 
+            // 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;
         }