mirror of
https://github.com/201206030/novel.git
synced 2025-07-17 09:36:38 +00:00
fix: 修复 ok() 方法的 bug
This commit is contained in:
@ -40,6 +40,7 @@ public class RestResp<T> {
|
||||
}
|
||||
|
||||
private RestResp(T data) {
|
||||
this();
|
||||
this.data = data;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user