shawenguan 1 vuosi sitten
vanhempi
commit
f622d5f041
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  1. 1 1
      Scripts/168/diiiHelper.js

+ 1 - 1
Scripts/168/diiiHelper.js

@@ -271,7 +271,7 @@ async function recognizeCaptchaByDdddocr(captchaInfo) {
     let reqData = {
         puzzleImage: encodeURIComponent(puzzleImage),
         backgroundImage: encodeURIComponent(backgroundImage),
-        positionY: positionY,
+        positionY: positionY,
         uuid: uuid,
     }
     let form = lk.objToQueryStr(reqData);