Skip to content

Commit

Permalink
上传
Browse files Browse the repository at this point in the history
  • Loading branch information
puyang1017 committed Aug 2, 2019
1 parent 522f924 commit 2b3ecb5
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
public class NetError extends Exception {
private Throwable exception;
private int type = NoConnectError;
private int httpType = 200;
private int httpType = 2656;
private Response<?> response;

public static final int ParseError = 2650; //数据解析异常
Expand Down

0 comments on commit 2b3ecb5

Please sign in to comment.