mirror of
https://github.com/201206030/novel.git
synced 2025-09-14 05:02:43 +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