function google_voice() {
MailApp.sendEmail("收件人一@txt.voice.google.com", "", Math.random().toString(36).slice(-10));
MailApp.sendEmail("收件人二@txt.voice.google.com", "", Math.random().toString(36).slice(-10));
}
Google Voice 定时发短信保号脚本
2024-01-28
