save phone model
This commit is contained in:
@@ -29,6 +29,7 @@ class ReserveResultPojo:
|
||||
slot_position = None
|
||||
sim_position = None
|
||||
ccid: str = ""
|
||||
model: str = ""
|
||||
source_from: str = socket.gethostname()
|
||||
store_type = 0
|
||||
url_validated = None
|
||||
@@ -122,8 +123,7 @@ class ReserveResultPojo:
|
||||
u'email': self.email,
|
||||
u'passport': self.passport,
|
||||
u'url': self.url,
|
||||
# u'sim_position': self.sim_position,
|
||||
# u'slot_position': self.slot_position,
|
||||
u'model': self.model,
|
||||
u'source_from': self.source_from,
|
||||
u'hostName': self.source_from,
|
||||
u'created_at': self.created_at,
|
||||
|
||||
Reference in New Issue
Block a user