|
|
@@ -1846,10 +1846,10 @@ async function tryAutoRecognizeCaptcha(typeStr, captchaInfo, recognizeType) {
|
|
|
async function recognizeCaptchaByDdddocr(captchaInfo, recognizeType) {
|
|
|
// recognizeType: alphanum slide cn_boxes
|
|
|
let reqData = null;
|
|
|
+ let positionY = captchaInfo.positionY;
|
|
|
if (recognizeType == 'slide') {
|
|
|
let puzzleImage = captchaInfo.puzzleImage;
|
|
|
let backgroundImage = captchaInfo.backgroundImage;
|
|
|
- let positionY = captchaInfo.positionY;
|
|
|
let uuid = captchaInfo.uuid;
|
|
|
reqData = {
|
|
|
recognize_type: recognizeType,
|