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