MCPcopy Index your code
hub / github.com/smallfawn/QLScriptPublic / getSign

Method getSign

daily/ddsy.js:47–50  ·  view source on GitHub ↗
(s)

Source from the content-addressed store, hash-verified

45 }
46
47 getSign(s) {
48 const crypto = require("crypto");//SIGN TYPE 1是签到 2是补签
49 return crypto.createHash('md5').update(s).digest('hex');
50 }
51 getTime() {
52 var now = new Date();
53 var year = now.getFullYear()

Callers 2

getSignInIdMethod · 0.95
signMethod · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected