feat: 返回code修改为integer

This commit is contained in:
zengxiaobo 2024-06-13 19:26:47 +08:00
parent c67c7192e3
commit 53e1e9d9ff

View File

@ -22,7 +22,7 @@ public class ApiResult<T> {
protected Integer httpCode;
protected transient String errCode;
protected String errCode;
protected String msg;