shawenguan 1 rok temu
rodzic
commit
943d85cfc0
1 zmienionych plików z 4 dodań i 3 usunięć
  1. 4 3
      Scripts/168/diiiHelper.js

+ 4 - 3
Scripts/168/diiiHelper.js

@@ -269,9 +269,10 @@ async function recognizeCaptchaByDdddocr(captchaInfo) {
     let positionY = captchaInfo.positionY;
     let uuid = captchaInfo.uuid;
     let reqData = {
-        puzzleImage: encodeURIComponent(puzzleImage),
-        backgroundImage: encodeURIComponent(backgroundImage),
-        positionY: positionY,
+        recognize_type: 'slide',
+        puzzle_image: encodeURIComponent(puzzleImage),
+        background_image: encodeURIComponent(backgroundImage),
+        position_y: positionY,
         uuid: uuid,
     }
     let form = lk.objToQueryStr(reqData);