Commit 495054d1 by sikang

bug fix

parent 9a4151ec
......@@ -133,7 +133,7 @@ public class UploadPresenter extends BasePresenter<UploadApi> {
view.onHttpSuccess(action, data);
}
@Overridecle
@Override
public void onError(int code, String msg) {
view.onHttpError(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