mirror of
https://github.com/shanmiteko/LotteryAutoScript.git
synced 2026-06-12 21:03:13 +08:00
6 lines
130 B
JavaScript
6 lines
130 B
JavaScript
const { getDyid } = require("../lib/MyStorage");
|
|
|
|
(async () => {
|
|
let alldyid = await getDyid();
|
|
console.log(alldyid);
|
|
})() |