修复
This commit is contained in:
@@ -14,7 +14,7 @@ const API = {
|
||||
this.endpoints = endpoints.map(endpoint => `${endpoint}/v2/exchange_rate`);
|
||||
} catch (e) {
|
||||
// 如果无法加载接口集合,使用默认接口
|
||||
this.endpoints = ['https://60s.viki.moe/v2/exchange_rate'];
|
||||
this.endpoints = ['https://60s.api.shumengya.top/v2/exchange_rate'];
|
||||
}
|
||||
},
|
||||
// 获取当前接口URL
|
||||
|
||||
Reference in New Issue
Block a user