Browse Source

补奖励

lcl 7 months ago
parent
commit
a65b4f7d58
1 changed files with 11 additions and 0 deletions
  1. 11 0
      Controllers/HomeController.cs

+ 11 - 0
Controllers/HomeController.cs

@@ -53,5 +53,16 @@ namespace MySystem.Controllers
             }
             return content;
         }
+
+        public string test()
+        {
+            List<string> list = new List<string>();
+            foreach(string sub in list)
+            {
+                string url = "https://logic-executor-api.kexiaoshuang.com/noauth/prize/pushbyone?n=QUEUE_KXS_MACHINE_PRIZE_CONFIG_DIVISION&m=" + sub + "&ids=3";
+                string content = function.GetWebRequest(url);
+            }
+            return "ok";
+        }
     }
 }