提交修改
This commit is contained in:
parent
9a1cc9fba1
commit
6376edf6b8
@ -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;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user