save browser ua
This commit is contained in:
@@ -19,6 +19,7 @@ class ReserveResultPojo {
|
||||
this.hostName = hostName
|
||||
this.currentIp = ""
|
||||
this.created_at = new Date().toLocaleString()
|
||||
this.browserInfo = ""
|
||||
}
|
||||
|
||||
to_mongo_dict() {
|
||||
@@ -35,7 +36,8 @@ class ReserveResultPojo {
|
||||
serial: this.serial,
|
||||
created_at: this.created_at,
|
||||
hostName: this.hostName,
|
||||
current_ip: this.currentIp
|
||||
current_ip: this.currentIp,
|
||||
browserInfo: this.browserInfo
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user