Update WangChaoSendSms.js

This commit is contained in:
zjk2017
2024-07-02 22:07:33 +08:00
committed by GitHub
parent 62c0087887
commit 722714f108

View File

@@ -1,3 +1,7 @@
// cron: 12 8 * * *
// fix 20240702 ArcadiaScriptPublic 频道https://t.me/ArcadiaScript 群组https://t.me/ArcadiaScriptPublic
// 运行一次就ok 变量WangChao_Phone=11111
// 更新cron
const $ = new Env('望潮-发送验证码') const $ = new Env('望潮-发送验证码')
let phone = ($.isNode() ? process.env.WangChao_Phone : $.getdata("WangChao_Phone")) || ""; let phone = ($.isNode() ? process.env.WangChao_Phone : $.getdata("WangChao_Phone")) || "";
let Utils = undefined; let Utils = undefined;