|
@@ -53,15 +53,14 @@ public class TestHelper
|
|
foreach(string sub in list)
|
|
foreach(string sub in list)
|
|
{
|
|
{
|
|
function.WriteLog(sub);
|
|
function.WriteLog(sub);
|
|
- function.GetWebRequest("https://logic-executor-api.kexiaoshuang.com/noauth/prize/push?n=QUEUE_KXS_MACHINE_PRIZE_CONFIG_DIVISION&m=" + sub + "&ids=60");
|
|
|
|
- Thread.Sleep(500);
|
|
|
|
|
|
+ function.GetWebRequest("https://logic-executor-api.kexiaoshuang.com/noauth/prize/pushbyone?n=QUEUE_KXS_MACHINE_PRIZE_CONFIG_DIVISION&m=" + sub + "&ids=3");
|
|
}
|
|
}
|
|
- // string[] list = function.ReadInstance("9.txt").Split('\n');
|
|
|
|
|
|
+ // list = function.ReadInstance("10.txt").Split('\n');
|
|
// foreach(string sub in list)
|
|
// foreach(string sub in list)
|
|
// {
|
|
// {
|
|
// function.WriteLog(sub);
|
|
// function.WriteLog(sub);
|
|
- // string[] data = sub.Split('|');
|
|
|
|
- // function.GetWebRequest("https://logic-executor-api.kexiaoshuang.com/noauth/prize/pushbyone?n=" + data[1] + "&m=" + data[0] + "&ids=60,");
|
|
|
|
|
|
+ // // function.GetWebRequest("https://logic-executor-api.kexiaoshuang.com/noauth/prize/pushbyone?n=" + data[1] + "&m=" + data[0] + "&ids=60,");
|
|
|
|
+ // function.GetWebRequest("https://logic-executor-api.kexiaoshuang.com/noauth/prize/push?n=QUEUE_KXS_MACHINE_PRIZE_CONFIG_DIVISION&m=" + sub);
|
|
// }
|
|
// }
|
|
}
|
|
}
|
|
}
|
|
}
|