Commit 0987feb7 by sikang

normal

parent 63f4438a
...@@ -85,7 +85,7 @@ public abstract class HttpObserver<T> implements Observer<T> { ...@@ -85,7 +85,7 @@ public abstract class HttpObserver<T> implements Observer<T> {
} else if (msg.contains("body is null")) { } else if (msg.contains("body is null")) {
onSuccess(null); onSuccess(null);
} else { } else {
onError(Error.UNKNOW, msg); onError(Error.UNKNOW, action + " " + msg);
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment