From 0cbc146b4b368547c0a8e2fb37518a202f729376 Mon Sep 17 00:00:00 2001 From: Jumpaku <103054764+junpaku@users.noreply.github.com> Date: Thu, 21 Apr 2022 10:25:40 +0800 Subject: [PATCH 1/2] Update school-edge-cases.json --- vercel/data/school-edge-cases.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/vercel/data/school-edge-cases.json b/vercel/data/school-edge-cases.json index f0335f4..45c9cad 100644 --- a/vercel/data/school-edge-cases.json +++ b/vercel/data/school-edge-cases.json @@ -25,6 +25,12 @@ "checkCaptchaPath": "/needCaptcha.html", "getCaptchaPath": "/sliderCaptcha.do" }, + "江西理工大学": { + "formIdx": 0, + "checkCaptchaPath": "/needCaptcha.html", + "getCaptchaPath": "/sliderCaptcha.do", + "submitCaptchakey": "captchaResponse" + }, "CLOUD": { "getLtPath": "/security/lt", "getCaptchaPath": "/generateCaptcha", From 519a7c231b60caea346534b1e605b265a614c91a Mon Sep 17 00:00:00 2001 From: Jumpaku <103054764+junpaku@users.noreply.github.com> Date: Thu, 21 Apr 2022 11:06:12 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E6=B1=9F=E8=A5=BF=E7=90=86=E5=B7=A5?= =?UTF-8?q?=E5=A4=A7=E5=AD=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 前面的有一些错误,这个才是正确的 --- vercel/data/school-edge-cases.json | 1 - 1 file changed, 1 deletion(-) diff --git a/vercel/data/school-edge-cases.json b/vercel/data/school-edge-cases.json index 45c9cad..bb05098 100644 --- a/vercel/data/school-edge-cases.json +++ b/vercel/data/school-edge-cases.json @@ -29,7 +29,6 @@ "formIdx": 0, "checkCaptchaPath": "/needCaptcha.html", "getCaptchaPath": "/sliderCaptcha.do", - "submitCaptchakey": "captchaResponse" }, "CLOUD": { "getLtPath": "/security/lt",