lcl 7 сар өмнө
parent
commit
a65b4f7d58

+ 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";
+        }
     }
 }