Commit 13c43abd authored by wang's avatar wang

11

parent 1285120b
......@@ -425,6 +425,7 @@ class PxBypass():
def _step_2(self):
self.log.info(self.m)
# genPayload2(vid, sid, uuid, sts, code1, code2, tag)
self.log.info(f'{[ self.vid, self.sid, self.uuid, self.sts, self.num1, self.num2,self.str1, self.startTs, self.startTs2]}')
data_str = ctxStep2.call('genPayload2', self.vid, self.sid, self.uuid, self.sts, self.num1, self.num2,
self.str1, self.startTs, self.startTs2)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment