mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-05-31 16:18:22 +08:00
@@ -828,11 +828,11 @@ class VideoHttp {
|
||||
assert(aid != null || bvid != null);
|
||||
var res = await Request().get(
|
||||
Api.playInfo,
|
||||
queryParameters: {
|
||||
queryParameters: await WbiSign.makSign({
|
||||
'aid': ?aid,
|
||||
'bvid': ?bvid,
|
||||
'cid': cid,
|
||||
},
|
||||
}),
|
||||
);
|
||||
if (res.data['code'] == 0) {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user