From b9cfc3019ea37d1066f66dc97216a3070be1cb45 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E5=AF=BB=E6=AC=A2?= Date: Sun, 6 Dec 2020 20:43:16 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E6=92=AD=E6=8A=A5=E9=80=BB?= =?UTF-8?q?=E8=BE=91?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- server.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server.js b/server.js index eadbd54..1d9949f 100644 --- a/server.js +++ b/server.js @@ -25,7 +25,7 @@ app.get('/sms', (req, res) => { console.log('发信人不是手机号,拒绝处理') return 'pass' } - let text = "收到" + title + ",短信内容:" + params.msg + let text = "收到一条来自" + phone + "的新短信,短信内容:" + params.msg // 登录小米账号 const miClient = new XiaoAi(user, pwd) // 让小爱同学说话