Commit 1bd7ef80 authored by liaozan's avatar liaozan 🏀

Rename uuid to requestId

parent d676584c
......@@ -21,7 +21,7 @@ public class ResponseDTO<T> {
private T data;
private String uuid = TraceIdUtils.get();
private String requestId = TraceIdUtils.get();
public static <T> ResponseDTO<T> success() {
return success(null);
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment