fix:删除刚刚修改导致的多余字符

This commit is contained in:
Max
2024-01-20 11:45:55 +08:00
parent f71b49bdcd
commit 72a362f2a6

View File

@@ -28,7 +28,7 @@ fun <T> Single<ServiceResult<T>>.handleBeanData(): Single<T> {
} else {
return@flatMap Single.error<T>(Throwable(it.message.ifNullOrEmpty { "未知错误" }))
}
}s
}
}