mcy_new #1

Merged
wangyang merged 179 commits from mcy_new into master 2025-08-28 10:10:45 +08:00
1 changed files with 0 additions and 3 deletions
Showing only changes of commit f3cc6e00a6 - Show all commits

View File

@ -136,9 +136,6 @@ class TheError extends Interceptor {
@override
void onError(DioException error, ErrorInterceptorHandler handler) {
print('----------------');
print(error);
print('*************');
var message = '请求错误,请重试';
switch (error.type) {
case DioExceptionType.connectionTimeout: