mirror of
https://github.com/201206030/novel.git
synced 2025-04-27 07:30:50 +00:00
fix: 修复 ok() 方法的 bug
This commit is contained in:
parent
476bd43ab1
commit
f22e84cc04
@ -40,6 +40,7 @@ public class RestResp<T> {
|
||||
}
|
||||
|
||||
private RestResp(T data) {
|
||||
this();
|
||||
this.data = data;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user