fix retry

Signed-off-by: dom <githubaccount56556@proton.me>
This commit is contained in:
dom
2026-04-19 09:33:08 +08:00
parent bac0769933
commit e88769308e

View File

@@ -77,7 +77,7 @@ class AccountManager extends Interceptor {
if (!account.accessKey.isNullOrEmpty) {
dataPtr['access_key'] = account.accessKey!;
}
AppSign.appSign(dataPtr);
AppSign.appSign(dataPtr..remove('sign'));
// if (kDebugMode) debugPrint(dataPtr.toString());
}
return handler.next(options);