add serial number and random actions

This commit is contained in:
Lei PAN
2024-02-17 12:06:25 +01:00
parent aea402d11e
commit 6d58a39fc9
2 changed files with 30 additions and 2 deletions
+2
View File
@@ -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
}