feat: 返回code修改为integer
This commit is contained in:
parent
c67c7192e3
commit
53e1e9d9ff
@ -22,7 +22,7 @@ public class ApiResult<T> {
|
||||
|
||||
protected Integer httpCode;
|
||||
|
||||
protected transient String errCode;
|
||||
protected String errCode;
|
||||
|
||||
protected String msg;
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user