Commit 47e74a9a authored by XieChuanJin's avatar XieChuanJin

md5

parent 7528eae5
This source diff could not be displayed because it is too large. You can view the blob instead.
...@@ -121,7 +121,7 @@ export class ShootPlanet extends engine.Container { ...@@ -121,7 +121,7 @@ export class ShootPlanet extends engine.Container {
startId: this.startId, startId: this.startId,
seq: seq, seq: seq,
score: score, score: score,
token: NetUtils.md5(this.startId.toString() + seq.toString() + score.toString() + "wzmsBank123") token: NetUtils.md5(this.startId.toString() + seq.toString() + score.toString() + "qzBankRPW@dui88")
}, () => { }, () => {
this.constantSubmitSeq++; this.constantSubmitSeq++;
this.needSubmitCount--; this.needSubmitCount--;
...@@ -198,7 +198,7 @@ export class ShootPlanet extends engine.Container { ...@@ -198,7 +198,7 @@ export class ShootPlanet extends engine.Container {
startId: this.startId, startId: this.startId,
score: score, score: score,
useSpId: propsId || "", useSpId: propsId || "",
token: NetUtils.md5(this.startId.toString() + score.toString() + "wzmsBank123"), token: NetUtils.md5(this.startId.toString() + score.toString() + "qzBankRPW@dui88"),
validate: validate validate: validate
}, (res) => { }, (res) => {
Loading.instace.hide(); Loading.instace.hide();
......
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