Pre Merge pull request !168 from 小花花花儿/N/A
This commit is contained in:
commit
f6dbc2b5e4
|
@ -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?"
|
||||
|
|
Loading…
Reference in New Issue