From ceca78368d63c5f8ca8bd6e125dbbdaaa51b62cd Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Mon, 5 May 2025 15:36:32 +0800 Subject: [PATCH] mod: update video tags api Signed-off-by: bggRGjQaUbCoE --- lib/http/api.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/http/api.dart b/lib/http/api.dart index b546fdf0..1c3fcf1f 100644 --- a/lib/http/api.dart +++ b/lib/http/api.dart @@ -704,7 +704,8 @@ class Api { /// 取消订阅-播单 static const String unfavFolder = '/x/v3/fav/folder/unfav'; - static const String videoTags = '/x/tag/archive/tags'; + // static const String videoTags = '/x/tag/archive/tags'; + static const String videoTags = '/x/web-interface/view/detail/tag'; static const String reportMember = '/ajax/report/add';