提交修改
This commit is contained in:
parent
9a1cc9fba1
commit
6376edf6b8
@ -12,7 +12,7 @@ public class VVRequestLogDTO extends BaseRabbitDTO {
|
|||||||
/***
|
/***
|
||||||
* url
|
* url
|
||||||
*/
|
*/
|
||||||
private String url;
|
private String uri;
|
||||||
|
|
||||||
/***
|
/***
|
||||||
* 执行时间
|
* 执行时间
|
||||||
@ -42,7 +42,7 @@ public class VVRequestLogDTO extends BaseRabbitDTO {
|
|||||||
String userName,
|
String userName,
|
||||||
String traceId,
|
String traceId,
|
||||||
long msgSendTime,
|
long msgSendTime,
|
||||||
String url,
|
String uri,
|
||||||
Long exet,
|
Long exet,
|
||||||
String params,
|
String params,
|
||||||
Long buyerId,
|
Long buyerId,
|
||||||
@ -51,7 +51,7 @@ public class VVRequestLogDTO extends BaseRabbitDTO {
|
|||||||
) {
|
) {
|
||||||
this.token = token;
|
this.token = token;
|
||||||
this.userName = userName;
|
this.userName = userName;
|
||||||
this.url = url;
|
this.uri = uri;
|
||||||
this.traceId = traceId;
|
this.traceId = traceId;
|
||||||
this.msgSendTime = msgSendTime;
|
this.msgSendTime = msgSendTime;
|
||||||
this.exet = exet;
|
this.exet = exet;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user