|
@@ -53,5 +53,16 @@ namespace MySystem.Controllers
|
|
|
}
|
|
}
|
|
|
return content;
|
|
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";
|
|
|
|
|
+ }
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|