Pre Merge pull request !168 from 小花花花儿/N/A

This commit is contained in:
小花花花儿 2024-04-24 03:49:24 +00:00 committed by Gitee
commit f6dbc2b5e4
No known key found for this signature in database
GPG Key ID: 173E9B9CA92EEF8F
1 changed files with 1 additions and 1 deletions

View File

@ -214,7 +214,7 @@ export default class GachaLog extends base {
async logApi(param) {
// 调用一次接口判断链接是否正确
let logUrl = "https://hk4e-api.mihoyo.com/event/gacha_info/api/getGachaLog?"
let logUrl = "https://public-operation-hk4e.mihoyo.com/gacha_info/api/getGachaLog?"
/** 国际服 */
if (!["cn_gf01", "cn_qd01"].includes(param.region)) {
logUrl = "https://hk4e-api-os.mihoyo.com/event/gacha_info/api/getGachaLog?"