แก้ type ResLog
This commit is contained in:
parent
937af9b1db
commit
e8ed922ff5
1 changed files with 12 additions and 5 deletions
|
|
@ -13,14 +13,21 @@ interface ResRound {
|
||||||
|
|
||||||
interface ResLog {
|
interface ResLog {
|
||||||
endTimeStamp: Date;
|
endTimeStamp: Date;
|
||||||
endpoint: string;
|
dataDiff?: {
|
||||||
host: string;
|
//
|
||||||
logType: string;
|
before: string;
|
||||||
method: string;
|
after: string;
|
||||||
|
};
|
||||||
|
endpoint: string; //
|
||||||
|
host: string; //
|
||||||
|
logType: string; //
|
||||||
|
method: string; //
|
||||||
processTime: number;
|
processTime: number;
|
||||||
responseCode: number;
|
responseCode: number; //
|
||||||
startTimeStamp: Date;
|
startTimeStamp: Date;
|
||||||
systemName: string;
|
systemName: string;
|
||||||
|
username: string; //
|
||||||
|
responseDescription: string; //
|
||||||
tId: string;
|
tId: string;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue