kymjs / KJFrameForAndroid

An Android library and includes ActivityFrame, KJHttp, KJBitmap, KJDataBase. KJFrameForAndroid is designed to wrap complexity of the Android native SDK and keep things simple.
https://www.kymjs.com/
Apache License 2.0
1.95k stars 787 forks source link

2.6.1版本中网络请求返回401时候回调无法接收错误代码始终为-1 #51

Open icefairy opened 8 years ago

icefairy commented 8 years ago

package org.kymjs.kjframe.http; Network.java 105行应该为 throw new KJHttpException("auth error",networkResponse); 目前代码中错误的:throw new KJHttpException("auth error");