update plugins/genshin/model/mys/apiTool.js.
Signed-off-by: hbj白夜 <hei_bai_jun@163.com>
This commit is contained in:
parent
4a2e56e73b
commit
15ab553101
|
@ -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`,
|
||||||
|
|
Loading…
Reference in New Issue