opt: sponsor block

Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
bggRGjQaUbCoE
2024-11-11 12:36:36 +08:00
parent 3d67c5939c
commit 44f5484aed
7 changed files with 629 additions and 209 deletions

View File

@@ -224,7 +224,8 @@ class Request {
/*
* post请求
*/
post(url, {data, queryParameters, options, cancelToken, extra}) async {
Future<Response> post(url,
{data, queryParameters, options, cancelToken, extra}) async {
// debugPrint('post-data: $data');
Response response;
try {