MCPcopy Create free account
hub / github.com/anyehttp/quantumult-x / getRandomTime

Method getRandomTime

task/lccd.js:159–161  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

157 }
158 }
159 getRandomTime() {
160 return randomInt(1000, 3000)
161 }
162 //请求二次封装
163 Request(options, method) {
164 typeof (method) === 'undefined' ? ('body' in options ? method = 'post' : method = 'get') : method = method;

Callers 1

mainFunction · 0.45

Calls 1

randomIntFunction · 0.70

Tested by

no test coverage detected