Skip to content

Commit bb6d56c

Browse files
committed
fix log
1 parent 5c44535 commit bb6d56c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/common/net/interceptors/log_interceptor.dart

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ class LogsInterceptors extends InterceptorsWrapper {
1313
print("请求url:${options.path}");
1414
print('请求头: ' + options.headers.toString());
1515
if (options.data != null) {
16-
print('请求参数: ' + options.data);
16+
print('请求参数: ' + options.data.toString());
1717
}
1818
}
1919
return options;

0 commit comments

Comments
 (0)