添加打印

master
刘东琪 8 months ago
parent 538c924138
commit 0e07937fe2
  1. 2
      routes/service/static/fp/fp-crypt.js

@ -65,7 +65,7 @@ class FpCrypt {
s = this.Ke(s);
var l, f = (new Date)['valueOf'](),
d = (this.qe()["num"] % 2) === 0 ? (50 * Math['random'](1)) : (49 * Math['random']()) + 51;
console.log("tokenKey 加密方法选择", d, e)
logger("tokenKey 加密方法选择", d, e)
// d = ((this.qe()['num'] % 2) === 0) ? (50 * Math['random'](1)) : (49 * Math['random']()) + 51;
if ((d >= 0) && (d <= 50)) {
l = this.Qs(f)

Loading…
Cancel
Save