From 79d0d314f51a07aeb0dc3b17d86d3a041b065d1f Mon Sep 17 00:00:00 2001 From: bggRGjQaUbCoE Date: Mon, 24 Mar 2025 13:12:36 +0800 Subject: [PATCH] fix: #516 Signed-off-by: bggRGjQaUbCoE --- lib/http/video.dart | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/http/video.dart b/lib/http/video.dart index 9c9b81397..7cb056505 100644 --- a/lib/http/video.dart +++ b/lib/http/video.dart @@ -413,6 +413,7 @@ class VideoHttp { 'select_like': selectLike.toString(), // 'csrf': Accounts.main.csrf, }, + options: Options(contentType: Headers.formUrlEncodedContentType), ); if (res.data['code'] == 0) { return {'status': true, 'data': res.data['data']};