fix:删除刚刚修改导致的多余字符
This commit is contained in:
@@ -28,7 +28,7 @@ fun <T> Single<ServiceResult<T>>.handleBeanData(): Single<T> {
|
||||
} else {
|
||||
return@flatMap Single.error<T>(Throwable(it.message.ifNullOrEmpty { "未知错误" }))
|
||||
}
|
||||
}s
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Reference in New Issue
Block a user