浏览代码

补奖励

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