mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-06-23 18:50:12 +08:00
opt: account
This commit is contained in:
@@ -13,7 +13,7 @@ import 'package:dio/dio.dart';
|
||||
class ReplyHttp {
|
||||
static final Options options = Options(
|
||||
headers: {...Constants.baseHeaders, 'cookie': ''},
|
||||
extra: {'account': NoAccount()},
|
||||
extra: {'account': const NoAccount()},
|
||||
);
|
||||
|
||||
static Future<LoadingState> replyList({
|
||||
|
||||
Reference in New Issue
Block a user