使用twilio api接收短信 https://www.twilio.com/docs/quickstart/csharp/sms/hello-monkey
它说创建一个页面并添加以下代码
@{
Response.ContentType = "text/xml";
}
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Message>Hello, Mobile Monkey</Message>
</Response>
所以我创建了这个页面&#34; sms-hello-monkey.aspx&#34;更新指针并没有响应,我错过了什么?
答案 0 :(得分:0)
Twilio传道者在这里。
要检查的事情:
希望有所帮助。