opt: request method

This commit is contained in:
guozhigq
2024-11-11 22:24:37 +08:00
parent acb0de1adf
commit e112a85894

View File

@ -18,7 +18,7 @@ class CommonHttp {
}
static Future querySkipSegments({required String bvid}) async {
var res = await Request().get(Api.getSkipSegments, data: {
var res = await Request().getWithoutCookie(Api.getSkipSegments, data: {
'videoID': bvid,
});
if (res.data is List && res.data.isNotEmpty) {