update plugins/genshin/model/mys/apiTool.js.

Signed-off-by: hbj白夜 <hei_bai_jun@163.com>
This commit is contained in:
hbj白夜 2023-10-09 18:17:39 +00:00 committed by Gitee
parent 4a2e56e73b
commit 15ab553101
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 5 additions and 0 deletions

View File

@ -107,6 +107,11 @@ export default class apiTool {
url: 'PLACE_HOLDER', url: 'PLACE_HOLDER',
query: null query: null
}, },
/** 米游社验证 */
createVerification: {
url: `${hostRecord}game_record/app/card/wapi/createVerification`,
query: 'is_high=true'
},
/** 体力接口fp参数用于避开验证码 */ /** 体力接口fp参数用于避开验证码 */
getFp: { getFp: {
url: `https://public-data-api.mihoyo.com/device-fp/api/getFp`, url: `https://public-data-api.mihoyo.com/device-fp/api/getFp`,