mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-20 03:06:59 +08:00
@@ -77,7 +77,7 @@ class AccountManager extends Interceptor {
|
|||||||
if (!account.accessKey.isNullOrEmpty) {
|
if (!account.accessKey.isNullOrEmpty) {
|
||||||
dataPtr['access_key'] = account.accessKey!;
|
dataPtr['access_key'] = account.accessKey!;
|
||||||
}
|
}
|
||||||
AppSign.appSign(dataPtr);
|
AppSign.appSign(dataPtr..remove('sign'));
|
||||||
// if (kDebugMode) debugPrint(dataPtr.toString());
|
// if (kDebugMode) debugPrint(dataPtr.toString());
|
||||||
}
|
}
|
||||||
return handler.next(options);
|
return handler.next(options);
|
||||||
|
|||||||
Reference in New Issue
Block a user