Update sgj.js

This commit is contained in:
smallfawn
2022-12-08 17:11:23 +08:00
committed by GitHub
parent cc3d088022
commit b1a9467231

2
sgj.js
View File

@@ -81,7 +81,7 @@ class UserInfo {
this.d = utils.local_day_two()
this.random = utils.randomszxx(10)
this.pushid = "push" + this.y + this.m.toString() + this.d + this.random
this.randomNum = utils.randomInt(0, 41)
this.randomNum = utils.randomInt(0, 47)
}
/**