Compare commits
2 Commits
5185512f32
...
47e3b92bbd
Author | SHA1 | Date |
---|---|---|
|
47e3b92bbd | |
|
943932391f |
|
@ -65,7 +65,7 @@ public class Result<T> implements Serializable {
|
|||
}
|
||||
|
||||
public static <T> Result<T> success (T data) {
|
||||
return restResult(null, SUCCESS, "操作成功");
|
||||
return restResult(data, SUCCESS, "操作成功");
|
||||
}
|
||||
|
||||
public static <T> Result<T> success (T data, String msg) {
|
||||
|
|
Loading…
Reference in New Issue