แก้ 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 {
|
||||
endTimeStamp: Date;
|
||||
endpoint: string;
|
||||
host: string;
|
||||
logType: string;
|
||||
method: string;
|
||||
dataDiff?: {
|
||||
//
|
||||
before: string;
|
||||
after: string;
|
||||
};
|
||||
endpoint: string; //
|
||||
host: string; //
|
||||
logType: string; //
|
||||
method: string; //
|
||||
processTime: number;
|
||||
responseCode: number;
|
||||
responseCode: number; //
|
||||
startTimeStamp: Date;
|
||||
systemName: string;
|
||||
username: string; //
|
||||
responseDescription: string; //
|
||||
tId: string;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue