Commit a5630239 authored by wang's avatar wang

update 8.7.8

parent a6b8d690
......@@ -216,7 +216,7 @@ class PxBypass {
if (tmp[0] === 'o11o111o') {
this.log.fatal('result', tmp[1] === '0')
}
if (tmp[0] === 'o111ooo1') {
if (tmp[0] === 'o11o1o11') {
this.ts = tmp[1]
}
......@@ -232,7 +232,7 @@ class PxBypass {
this.hashv = tmp[4]
}
if (tmp[0] === 'o111oooo') {
if (tmp[0] === 'o11o1o1o') {
this.num1 = tmp[1]
}
......
This source diff could not be displayed because it is too large. You can view the blob instead.
......@@ -190,11 +190,11 @@ class PxBypass {
this.log.info(cks.length, JSON.stringify(cks, null, '\t'))
for (var ck of cks) {
let tmp = ck.split('|');
if (tmp[0] === 'o111ooo1') {
if (tmp[0] === 'o11o1o11') {
this.ts = tmp[1]
}
if (tmp[0] === 'o111oooo') {
if (tmp[0] === 'o11o1o1o') {
this.num1 = parseInt(tmp[1])
}
......
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