Skip to content

Commit

Permalink
fix error
Browse files Browse the repository at this point in the history
  • Loading branch information
CarGuo committed Sep 11, 2023
1 parent 4555903 commit 37ba38a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/common/net/interceptors/log_interceptor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class LogsInterceptors extends InterceptorsWrapper {
if (Config.DEBUG!) {
print('返回参数: ' + response.toString());
}
switch (response.data) {
switch (response.data.runtimeType) {
case Map || List:
{
try {
Expand Down

0 comments on commit 37ba38a

Please sign in to comment.