mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-08-04 17:50:13 +08:00
feat: live feedback (#2456)
This commit is contained in:
committed by
GitHub
parent
2d389424af
commit
3a5636ecee
@@ -177,7 +177,7 @@ class AccountManager extends Interceptor {
|
||||
'site/getCoin',
|
||||
];
|
||||
String url = err.requestOptions.uri.toString();
|
||||
if (kDebugMode) debugPrint('🌹🌹ApiInterceptor: $url');
|
||||
if (kDebugMode) debugPrint('🌹🌹ApiInterceptor: $url\n$err');
|
||||
if (skipShow.any((i) => url.contains(i)) ||
|
||||
(url.contains('skipSegments') && err.requestOptions.method == 'GET')) {
|
||||
// skip
|
||||
|
||||
Reference in New Issue
Block a user