GitHub Actions supports Node.js, Python, Java, Ruby, PHP, Go, Rust, .NET, and more. Build, test, and deploy applications in your language of choice. Live logs See your workflow run in realtime with color and emoji. It’s one click to copy a link that highlights a specific line numb...
还有个node-qcloud-sms这个包也是发送短信的,但也是node可以小程序不行 var QcloudSms = require("./qcloudsms_js"); // 短信应用SDK AppID var appid = 140###9; // SDK AppID是1400开头 // 短信应用SDK AppKey var appkey = "9287f8e###9b2cb5f89be" // 需要发送短信的手机号码 var phoneNumbers...