我正在发送短信使用Twilio ()。
在from字段中,我设置了Twilio给我的号码,但是当我收到短信时,它显示为+1 (234) 5。
我唯一能想到的就是我用的是试算表,但他们的FAQ并没有提到这件事.
代码片段:
// Require and initialize the Twilio module with your credentials
var client = require('twilio')('A-FAKE-8cc', 'b53090-FAKE-6808');
// Send an SMS message
您好,我搜索一个简单的例子(Android和iOS)发送短信与这个包
在插件页面中,我只看到如何打开手机号码短信原生应用程序,但没有额外的消息
sms:<phone number>, e.g. sms:5550101234 Send an SMS message to <phone
number> using the default messaging app