mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-15 05:33:59 +08:00
@@ -6,7 +6,7 @@ import 'package:PiliPlus/models_new/match/match_info/data.dart';
|
||||
|
||||
abstract final class MatchHttp {
|
||||
static Future<LoadingState<MatchContest?>> matchInfo(Object cid) async {
|
||||
final res = await Request().get(
|
||||
final res = await Request.get(
|
||||
Api.matchInfo,
|
||||
queryParameters: {
|
||||
'cid': cid,
|
||||
|
||||
Reference in New Issue
Block a user