add serial number and random actions
This commit is contained in:
@@ -15,6 +15,7 @@ class ReserveResultPojo {
|
||||
this.email = mail;
|
||||
this.type = type;
|
||||
this.source_from = ""
|
||||
this.serial = ""
|
||||
this.hostName = hostName
|
||||
this.created_at = new Date().toLocaleString()
|
||||
}
|
||||
@@ -30,6 +31,7 @@ class ReserveResultPojo {
|
||||
url: this.url,
|
||||
store_type: this.storeType,
|
||||
source_from: this.source_from,
|
||||
serial: this.serial,
|
||||
created_at: this.created_at,
|
||||
hostName: this.hostName
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user