validates :id_number, presence: {message: 'Id number required'}
validates :id_number, numericality: {message: 'Id number invalid data'}
当我使用OkHttp3时,此错误多次发生NullPointerException!特别是没有网络。
以下是详细信息:
以下是发生错误的资源代码:
application interceptor com.blueware.agent.android.instrumentation.okhttp3.d@41c1cec0 returned null
答案 0 :(得分:0)
我解决了这个问题。它与其他SDK存在冲突。