We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5c44535 commit bb6d56cCopy full SHA for bb6d56c
lib/common/net/interceptors/log_interceptor.dart
@@ -13,7 +13,7 @@ class LogsInterceptors extends InterceptorsWrapper {
13
print("请求url:${options.path}");
14
print('请求头: ' + options.headers.toString());
15
if (options.data != null) {
16
- print('请求参数: ' + options.data);
+ print('请求参数: ' + options.data.toString());
17
}
18
19
return options;
0 commit comments