opt: Request().post

This commit is contained in:
guozhigq
2024-10-03 21:28:12 +08:00
parent e949dd60ce
commit 4cac02a4c0
12 changed files with 151 additions and 137 deletions

View File

@ -67,9 +67,6 @@ class DanmakaHttp {
var response = await Request().post(
Api.shootDanmaku,
data: params,
options: Options(
contentType: Headers.formUrlEncodedContentType,
),
);
if (response.statusCode != 200) {
return {