增加服务器测试是否在线
This commit is contained in:
parent
b68536afef
commit
ec57506803
|
@ -3,5 +3,8 @@ class getdata {
|
|||
async get_server() {
|
||||
return await api.get('https://api.shagain.club/api.php?type=list');
|
||||
}
|
||||
async text_server() {
|
||||
return await api.get('https://api.shagain.club/api.php?type=list');
|
||||
}
|
||||
}
|
||||
export { getdata };
|
||||
|
|
Loading…
Reference in New Issue