opt: request err code

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2025-04-26 12:49:28 +08:00
parent 0bdf620c2f
commit 6a45f993ae
2 changed files with 4 additions and 6 deletions

View File

@@ -383,14 +383,12 @@ class _PostPanelState extends CommonCollapseSlidePageState<PostPanel> {
Get.back();
Request().post(
'${GStorage.blockServer}/api/skipSegments',
queryParameters: {
data: {
'videoID': videoDetailController.bvid,
'cid': videoDetailController.cid.value,
'userID': GStorage.blockUserID,
'userAgent': Constants.userAgent,
'videoDuration': videoDuration,
},
data: {
'segments': list!
.map(
(item) => {