|
@@ -50,12 +50,18 @@ public class TestHelper
|
|
|
}
|
|
|
function.WritePage("/", "chk.txt", DateTime.Now.ToString());
|
|
|
string[] list = function.ReadInstance("9.txt").Split('\n');
|
|
|
- string result = ",";
|
|
|
foreach(string sub in list)
|
|
|
{
|
|
|
function.WriteLog(sub);
|
|
|
- string[] data = sub.Split('|');
|
|
|
- result += function.GetWebRequest("https://logic-executor-api.kexiaoshuang.com/noauth/prize/pushbyone?n=" + data[1] + "&m=" + data[0] + "&ids=" + data[2]) + ",";
|
|
|
+ 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);
|
|
|
}
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
+
|
|
|
}
|
|
|
}
|