opt: Request().post

This commit is contained in:
guozhigq
2024-10-03 21:28:12 +08:00
parent a8c89e59b1
commit fc88abb23f
12 changed files with 141 additions and 130 deletions

View File

@ -11,7 +11,7 @@ class FavHttp {
}) async {
var res = await Request().post(
Api.editFavFolder,
queryParameters: {
data: {
'title': title,
'intro': intro,
'media_id': mediaId,
@ -43,7 +43,7 @@ class FavHttp {
}) async {
var res = await Request().post(
Api.addFavFolder,
queryParameters: {
data: {
'title': title,
'intro': intro,
'cover': cover ?? '',