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 {
startId: this.startId,
seq: seq,
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.needSubmitCount--;
......@@ -198,7 +198,7 @@ export class ShootPlanet extends engine.Container {
startId: this.startId,
score: score,
useSpId: propsId || "",
token: NetUtils.md5(this.startId.toString() + score.toString() + "wzmsBank123"),
token: NetUtils.md5(this.startId.toString() + score.toString() + "qzBankRPW@dui88"),
validate: validate
}, (res) => {
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