修正错误的字段

This commit is contained in:
2026-02-07 22:03:59 +08:00
parent a4577a89e1
commit 6350261a55
4 changed files with 12 additions and 3 deletions

View File

@@ -8,7 +8,7 @@ public class Result<T> {
/**
* 状态码
*/
private int code=0;
private int code=200;
/**
* 消息提示