提交修改

This commit is contained in:
quyixiao 2025-11-07 23:37:55 +08:00
parent 9a1cc9fba1
commit 6376edf6b8

View File

@ -12,7 +12,7 @@ public class VVRequestLogDTO extends BaseRabbitDTO {
/***
* url
*/
private String url;
private String uri;
/***
* 执行时间
@ -42,7 +42,7 @@ public class VVRequestLogDTO extends BaseRabbitDTO {
String userName,
String traceId,
long msgSendTime,
String url,
String uri,
Long exet,
String params,
Long buyerId,
@ -51,7 +51,7 @@ public class VVRequestLogDTO extends BaseRabbitDTO {
) {
this.token = token;
this.userName = userName;
this.url = url;
this.uri = uri;
this.traceId = traceId;
this.msgSendTime = msgSendTime;
this.exet = exet;