@@ -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);