shawenguan 1 жил өмнө
parent
commit
f850d54e86

+ 1 - 1
Scripts/168/pksExpertBet.js

@@ -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,

+ 1 - 1
Scripts/168/pksPlanAnalysis.js

@@ -957,10 +957,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,

+ 1 - 1
Scripts/168/pksPlanHelper.js

@@ -1847,10 +1847,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,