Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我有一个带有服务器通信层的 android 应用程序,使用 Retrofit 2 实现。它使用 .enqueue 方法发送请求。所有 API 方法都可以正常工作,除了一个。在这种情况下,调用 .enqueue 之后什么都没有发生。我的意思是)没有例外,logcat中没有消息。只是沉默。也许 some1 面临着不同的情况?