diff --git a/output.js b/output.js index d82cfc5..25412be 100644 --- a/output.js +++ b/output.js @@ -1,12 +1,19 @@ -//Tue Apr 08 2025 08:20:03 GMT+0000 (Coordinated Universal Time) +//Tue Apr 08 2025 08:21:05 GMT+0000 (Coordinated Universal Time) //Base:https://github.com/echo094/decode-js //Modify:https://github.com/smallfawn/decode_action -function lj() { - var _0xb5313b = sessionStorage.getItem(TOKEN); - var _0x3712f8 = sessionStorage.getItem(START_NUM); - var _0x4037fd = sessionStorage.getItem(STR); - var _0x3c914a = ee(); - _0xb5313b = _0xb5313b + "&startNumber=" + _0x3712f8 + "&str=" + _0x4037fd + "&keys=" + _0x3c914a + "&ds="; - var _0x554c2f = "/uaction/edbbcdc/getArticleListkk?token=" + _0xb5313b; - return _0x554c2f; +function getTask() { + var _0xebfc2b = lj(); + $.ajax({ + "type": "GET", + "url": originPath + _0xebfc2b, + "timeout": 10000, + "success": function (_0x1d14c1) { + result(_0x1d14c1); + }, + "error": function (_0x2285a1, _0x3a07d5) { + titleText2.text("请求超时了!返回重试"); + $("#myModal2").show(); + timerTask2(); + } + }); } \ No newline at end of file diff --git a/output.py b/output.py index 9ebdfb0..9d4c0d3 100644 Binary files a/output.py and b/output.py differ