Commit 343f505d authored by wang's avatar wang

111

parent ab409dd2
......@@ -278,10 +278,9 @@ while True:
';;;\n\n' + '''
setTimeout(r=> {
var
xhr = new
XMLHttpRequest();
window.mouse_move(startx,starty,endx,endy)
var xhr = new XMLHttpRequest();
xhr.open('POST', "https://apiw.westjet.com/ecomm/booktrip/flight-search-api/v1", false);
xhr.send(`{"tripType": "oneWay", "from": "ZLA", "to": "NAS", "depart": "2023-04-11",
"cabin": "economy", "refundable": false, "dates": {"before": "3", "after": "3"},
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment