From 15ab5531019dba44636125ee8e99eb6763c9b6bf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?hbj=E7=99=BD=E5=A4=9C?= Date: Mon, 9 Oct 2023 18:17:39 +0000 Subject: [PATCH] update plugins/genshin/model/mys/apiTool.js. MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: hbj白夜 --- plugins/genshin/model/mys/apiTool.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/plugins/genshin/model/mys/apiTool.js b/plugins/genshin/model/mys/apiTool.js index 8e1daf0..fc75415 100644 --- a/plugins/genshin/model/mys/apiTool.js +++ b/plugins/genshin/model/mys/apiTool.js @@ -107,6 +107,11 @@ export default class apiTool { url: 'PLACE_HOLDER', query: null }, + /** 米游社验证 */ + createVerification: { + url: `${hostRecord}game_record/app/card/wapi/createVerification`, + query: 'is_high=true' + }, /** 体力接口fp参数用于避开验证码 */ getFp: { url: `https://public-data-api.mihoyo.com/device-fp/api/getFp`,